about summary refs log tree commit diff stats
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/bear/templates/taxonomy_single.html5
1 files changed, 5 insertions, 0 deletions
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 %}
+  <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 %}