From 70c6fb73d7167ffdf589234a1e9bb76ae8434401 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Tue, 12 Dec 2023 20:41:35 +0100 Subject: add a small RSS icon --- templates/base.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index e88aa26..41092f3 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,6 +1,6 @@ {% macro feed(path, feed_name, type) %} {% if path %} - + {% endif %} {% endmacro -%} @@ -87,6 +87,16 @@ {% endif %} + + {% if FEED_ALL_RSS_URL %} + + RSS Feed + + {% elif FEED_ALL_RSS %} + + RSS Feed + + {% endif %} -- cgit v1.2.3