aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/category.html
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2019-08-05 10:32:37 +0200
committerSébastien Dailly <sebastien@chimrod.com>2019-08-05 10:32:37 +0200
commit770ef6ab748ec6070a7eb2eec8626dc5338d6fd5 (patch)
treebec9b2ae2d62a576602c3a62f4e99a07522d3ed9 /theme/templates/category.html
parent5fbaa084647548e60f9a037096ecbb84a8c84e90 (diff)
Switch to pelican4.1
Diffstat (limited to 'theme/templates/category.html')
-rwxr-xr-xtheme/templates/category.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/theme/templates/category.html b/theme/templates/category.html
index 30284ca..f00be70 100755
--- a/theme/templates/category.html
+++ b/theme/templates/category.html
@@ -8,12 +8,4 @@
{{ abstract.abstract("h2") }}
{% endif %}
- {% if CATEGORY_FEED_RSS %}
- <a href="{{ FEED_DOMAIN }}/{{ CATEGORY_FEED_RSS % category|e|lower}}" ><img src="../theme/images/rss.png" /></a>
- {% endif %}
-
- {% if CATEGORY_FEED_ATOM %}
- <a href="{{ FEED_DOMAIN }}/{{ CATEGORY_FEED_ATOM % category|e|lower}}" ><img src="../theme/images/atom.png" /></a>
- {% endif %}
-
{% endblock %}