diff options
author | Mathieu Agopian <mathieu@agopian.info> | 2014-09-15 19:24:41 +0200 |
---|---|---|
committer | Mathieu Agopian <mathieu@agopian.info> | 2014-09-15 19:24:41 +0200 |
commit | f8435776a08ffda86cdae2b0bce87e92765982e8 (patch) | |
tree | 6b13e070a1949dc6a4269e125c5561ead3100743 /mnmlist/templates/base.html | |
parent | bca823e6492bc70a6faba7b2591f37c483afa30e (diff) | |
download | pelican-themes-f8435776a08ffda86cdae2b0bce87e92765982e8.tar.gz |
update some links in mnmlist base template
Diffstat (limited to 'mnmlist/templates/base.html')
-rw-r--r-- | mnmlist/templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mnmlist/templates/base.html b/mnmlist/templates/base.html index c0d2dec..30b2c0b 100644 --- a/mnmlist/templates/base.html +++ b/mnmlist/templates/base.html @@ -4,9 +4,9 @@ <title>{% block title %}{{ SITENAME }}{%endblock%}</title> <meta charset="utf-8" /> <link rel="stylesheet" href="{{ SITEURL }}/theme/css/{{ CSS_FILE }}" type="text/css" /> - <link href="{{ SITEURL }}/{{ FEED }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} ATOM Feed" /> + <link href="{{ FEED_DOMAIN }}/{{ FEED_ALL_ATOM }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} ATOM Feed" /> {% if FEED_RSS %} - <link href="{{ SITEURL }}/{{ FEED_RSS }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} RSS Feed" /> + <link href="{{ FEED_DOMAIN }}/{{ FEED_ALL_RSS }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} RSS Feed" /> {% endif %} <!--[if IE]> |