aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3
diff options
context:
space:
mode:
authorPeter Fraenkel <pnf@podsnap.com>2013-09-21 12:42:12 -0400
committerPeter Fraenkel <pnf@podsnap.com>2013-09-21 12:42:12 -0400
commite4a06e410a1b03a7c1c9f32cf92a4ea7ffa0281b (patch)
treeaa795755f400a92fbc56eeab18fc6fb789da82e0 /pelican-bootstrap3
parenta998cdaa971ecf1c7e9ecc3e4b61e71921c34524 (diff)
downloadpelican-themes-e4a06e410a1b03a7c1c9f32cf92a4ea7ffa0281b.zip
pelican-themes-e4a06e410a1b03a7c1c9f32cf92a4ea7ffa0281b.tar.gz
pelican-themes-e4a06e410a1b03a7c1c9f32cf92a4ea7ffa0281b.tar.bz2
Restore RSS feed
Diffstat (limited to 'pelican-bootstrap3')
-rw-r--r--pelican-bootstrap3/templates/base.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/pelican-bootstrap3/templates/base.html b/pelican-bootstrap3/templates/base.html
index 6d7a5a0..cb99d79 100644
--- a/pelican-bootstrap3/templates/base.html
+++ b/pelican-bootstrap3/templates/base.html
@@ -57,6 +57,10 @@
<link href="{{ SITEURL }}/{{ FEED_ALL_ATOM }}" type="application/atom+xml" rel="alternate"
title="{{ SITENAME }} ATOM Feed"/>
{% endif %}
+ {% if FEED_ALL_RSS %}
+ <link href="{{ SITEURL }}/{{ FEED_ALL_RSS }}" type="application/atom+xml" rel="alternate"
+ title="{{ SITENAME }} RSS Feed"/>
+ {% endif %}
{% endif %}
{% if tag and TAG_FEED_ATOM %}