From 8d075e8abfb668622537979a3fcc8487a36a7d85 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 23 Jun 2023 09:06:51 +0200 Subject: Render RSS autodiscovery links for main and per-tag feeds --- themes/bear/templates/taxonomy_single.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'themes') diff --git a/themes/bear/templates/taxonomy_single.html b/themes/bear/templates/taxonomy_single.html index 95962a4..874e4d2 100644 --- a/themes/bear/templates/taxonomy_single.html +++ b/themes/bear/templates/taxonomy_single.html @@ -1,8 +1,9 @@ {% extends "base.html" %} {% block rss -%} - {% set rss_path = "tags/" ~ term.name ~ "/" ~ config.feed_filename %} - + + {%- set rss_path = "tags/" ~ term.name ~ "/" ~ config.feed_filename %} + {%- endblock -%} {% block main %} -- cgit 1.4.1