diff options
Diffstat (limited to 'mnmlist/templates')
-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]> |