From 8202b69b3383adfbb3f4f90688dafddcfab4403e Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Sat, 6 Apr 2024 02:15:29 +0200 Subject: [PATCH] Add nice icon links to the RSS feed files --- templates/categories/single.html | 10 ++++++++++ templates/layout.html | 16 ++++++++++++++++ templates/tags/single.html | 10 ++++++++++ 3 files changed, 36 insertions(+) diff --git a/templates/categories/single.html b/templates/categories/single.html index 6496814..c4a5d69 100644 --- a/templates/categories/single.html +++ b/templates/categories/single.html @@ -9,6 +9,16 @@

Category : {{ term.name }} +

{% if paginator %} diff --git a/templates/layout.html b/templates/layout.html index 333282d..1235dad 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -186,6 +186,22 @@
{% endif %} + + + {% if config.generate_feed %} + + + {% endif %} +
{% if paginator %}