diff options
author | nrvale0 <nrvale0@gmail.com> | 2014-04-15 14:08:01 -0700 |
---|---|---|
committer | nrvale0 <nrvale0@gmail.com> | 2014-04-15 14:08:01 -0700 |
commit | c78de866386c7e9011bf6d57e4b6aa984ef4a871 (patch) | |
tree | fb56e26cdc538292348b372a1c283cca2573fe32 /notmyidea-cms/templates/base.html | |
parent | 8df5d27a86a4f211e69bddb3cfea718ac672ccbc (diff) | |
download | pelican-themes-c78de866386c7e9011bf6d57e4b6aa984ef4a871.tar.gz |
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/templates/base.html')
-rw-r--r-- | notmyidea-cms/templates/base.html | 2 |
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 %} |