diff options
author | Tortuoise <sanyasinp@gmail.com> | 2015-08-04 19:59:43 +0100 |
---|---|---|
committer | Tortuoise <sanyasinp@gmail.com> | 2015-08-04 19:59:43 +0100 |
commit | bbf6ed6c2e09fb804f98740312383e691a3e37c3 (patch) | |
tree | be703b0318a07297f4d0f97a6a6f683578de4c8a /dev-random/templates | |
parent | 4223c87e73e267df96b0979039f00d6850b4ed50 (diff) | |
download | pelican-themes-bbf6ed6c2e09fb804f98740312383e691a3e37c3.tar.gz |
Small change in setting identifier
Changed Pelican setting identifier from FEED to FEED_ATOM
Diffstat (limited to 'dev-random/templates')
-rw-r--r-- | dev-random/templates/includes/sidebar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-random/templates/includes/sidebar.html b/dev-random/templates/includes/sidebar.html index 803ae08..5c5e426 100644 --- a/dev-random/templates/includes/sidebar.html +++ b/dev-random/templates/includes/sidebar.html @@ -36,7 +36,7 @@ {% for url, name in SOCIAL %} <li><a href="{{ url|e }}">{{ name }}</a></li> {% endfor %} - <li><a href="{{ SITEURL }}/{{ FEED }}" rel="alternate">Flux Atom</a></li> + <li><a href="{{ SITEURL }}/{{ FEED_ATOM }}" rel="alternate">Flux Atom</a></li> {% if FEED_RSS %} <li><a href="{{ SITEURL }}/{{ FEED_RSS }}" rel="alternate">Flux RSS</a></li> {% endif %} |