From c10aec328521bd46d1b6700825422c559ba7381b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 24 Mar 2019 23:42:52 +0100 Subject: Add news feed --- themes/lv2/templates/base.html | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'themes/lv2') diff --git a/themes/lv2/templates/base.html b/themes/lv2/templates/base.html index 943fef7..a365579 100644 --- a/themes/lv2/templates/base.html +++ b/themes/lv2/templates/base.html @@ -6,9 +6,23 @@ - + {% if FEED_ALL_ATOM %} + + {% endif %} + {% if FEED_ALL_RSS %} + + {% endif %} + {% if FEED_ATOM %} + + {% endif %} {% if FEED_RSS %} - + + {% endif %} + {% if TAG_FEED_ATOM and tag %} + + {% endif %} + {% if TAG_FEED_RSS and tag %} + {% endif %} {% endblock %} -- cgit v1.2.1