summaryrefslogtreecommitdiff
path: root/theme/templates/tag.html
diff options
context:
space:
mode:
Diffstat (limited to 'theme/templates/tag.html')
-rwxr-xr-xtheme/templates/tag.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/templates/tag.html b/theme/templates/tag.html
index 533ca5c..496d0e6 100755
--- a/theme/templates/tag.html
+++ b/theme/templates/tag.html
@@ -9,11 +9,11 @@
{% endif %}
{% if TAG_FEED_RSS %}
- <a href="{{ FEED_DOMAIN }}/{{ TAG_FEED_RSS % tag|e|lower}}" ><img src="../theme/images/rss.png" /></a>
+ <a href="{{ FEED_DOMAIN }}/{{ TAG_FEED_RSS % page_name|replace("tag/", "")|e|lower}}" ><img src="../theme/images/rss.png" /></a>
{% endif %}
{% if TAG_FEED_ATOM %}
- <a href="{{ FEED_DOMAIN }}/{{ TAG_FEED_ATOM % tag|e|lower}}" ><img src="../theme/images/atom.png" /></a>
+ <a href="{{ FEED_DOMAIN }}/{{ TAG_FEED_ATOM % page_name|replace("tag/", "")|e|lower}}" ><img src="../theme/images/atom.png" /></a>
{% endif %}
{% endblock %}