all repos — website @ b58f56fe9b3f6f7f64ba171b105bbc48b2182372

My website

Add link to RSS feeds for each tag
Alan Pearce alan@alanpearce.eu
Tue, 20 Jun 2023 13:04:55 +0200
commit

b58f56fe9b3f6f7f64ba171b105bbc48b2182372

parent

57b397f5552ace44fa7334a55445c0c54fc7ca83

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M themes/bear/templates/taxonomy_single.htmlthemes/bear/templates/taxonomy_single.html
@@ -1,5 +1,10 @@ {% extends "base.html" %}
 
+{% block rss -%}
+  {% set rss_path = "tags/" ~ term.name ~ "/" ~ config.feed_filename %}
+  <link rel="alternate" type={% if config.feed_filename == "atom.xml" %}"application/atom+xml"{% else %}"application/rss+xml"{% endif %} title="{{ config.title }}" href="{{ get_url(path=rss_path) | safe }}">
+{%- endblock -%}
+
 {% block main %}
   <main>
     {%- if taxonomy.term %}