diff options
author | Peter Fraenkel <pnf@podsnap.com> | 2013-09-21 12:42:12 -0400 |
---|---|---|
committer | Peter Fraenkel <pnf@podsnap.com> | 2013-09-21 12:42:12 -0400 |
commit | e4a06e410a1b03a7c1c9f32cf92a4ea7ffa0281b (patch) | |
tree | aa795755f400a92fbc56eeab18fc6fb789da82e0 /pelican-bootstrap3/templates | |
parent | a998cdaa971ecf1c7e9ecc3e4b61e71921c34524 (diff) | |
download | pelican-themes-e4a06e410a1b03a7c1c9f32cf92a4ea7ffa0281b.tar.gz |
Restore RSS feed
Diffstat (limited to 'pelican-bootstrap3/templates')
-rw-r--r-- | pelican-bootstrap3/templates/base.html | 4 |
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 %} |