diff options
-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 %} |