aboutsummaryrefslogtreecommitdiffstats
path: root/notmyidea-cms
diff options
context:
space:
mode:
authornrvale0 <nrvale0@gmail.com>2014-04-15 14:08:01 -0700
committernrvale0 <nrvale0@gmail.com>2014-04-15 14:08:01 -0700
commitc78de866386c7e9011bf6d57e4b6aa984ef4a871 (patch)
treefb56e26cdc538292348b372a1c283cca2573fe32 /notmyidea-cms
parent8df5d27a86a4f211e69bddb3cfea718ac672ccbc (diff)
downloadpelican-themes-c78de866386c7e9011bf6d57e4b6aa984ef4a871.zip
pelican-themes-c78de866386c7e9011bf6d57e4b6aa984ef4a871.tar.gz
pelican-themes-c78de866386c7e9011bf6d57e4b6aa984ef4a871.tar.bz2
Fix varname for building ATOM all link in base.html
Fix varname for building ATOM all link in base.html
Diffstat (limited to 'notmyidea-cms')
-rw-r--r--notmyidea-cms/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/notmyidea-cms/templates/base.html b/notmyidea-cms/templates/base.html
index 387125b..a782e50 100644
--- a/notmyidea-cms/templates/base.html
+++ b/notmyidea-cms/templates/base.html
@@ -68,7 +68,7 @@
<div class="widget social">
<h2>Social</h2>
<ul>
- <li><a href="{{ SITEURL }}/{{ FEED }}" rel="alternate">atom feed</a></li>
+ <li><a href="{{ SITEURL }}/{{ FEED_ALL_ATOM }}" rel="alternate">atom feed</a></li>
{% if FEED_RSS %}
<li><a href="{{ SITEURL }}/{{ FEED_RSS }}" rel="alternate">rss feed</a></li>
{% endif %}