From b58f56fe9b3f6f7f64ba171b105bbc48b2182372 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 20 Jun 2023 13:04:55 +0200 Subject: Add link to RSS feeds for each tag --- themes/bear/templates/taxonomy_single.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'themes') diff --git a/themes/bear/templates/taxonomy_single.html b/themes/bear/templates/taxonomy_single.html index d5712b0..c252440 100644 --- a/themes/bear/templates/taxonomy_single.html +++ b/themes/bear/templates/taxonomy_single.html @@ -1,5 +1,10 @@ {% extends "base.html" %} +{% block rss -%} + {% set rss_path = "tags/" ~ term.name ~ "/" ~ config.feed_filename %} + +{%- endblock -%} + {% block main %}
{%- if taxonomy.term %} -- cgit 1.4.1