aboutsummaryrefslogtreecommitdiffstats
path: root/dev-random2/templates/base.html
diff options
context:
space:
mode:
authorm-r-r <raybaudroigm@gmail.com>2012-07-28 20:27:10 +0200
committerm-r-r <raybaudroigm@gmail.com>2012-07-28 20:27:10 +0200
commitde76c5ad9a0c976a2e78b1dc0cf6ab3a2a3143f1 (patch)
tree6846e78a06cbe38421a32e079925b8637b3bfa47 /dev-random2/templates/base.html
parenta451e774c4a476452350616160a10884cd12872c (diff)
downloadpelican-themes-de76c5ad9a0c976a2e78b1dc0cf6ab3a2a3143f1.tar.gz
[dev-random2] fixed a feed problem
Diffstat (limited to 'dev-random2/templates/base.html')
-rw-r--r--dev-random2/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-random2/templates/base.html b/dev-random2/templates/base.html
index 548d6a4..3ee32a5 100644
--- a/dev-random2/templates/base.html
+++ b/dev-random2/templates/base.html
@@ -13,7 +13,7 @@
<!--[if lte IE 8]><link rel="shortcut icon" type="image/x-icon" href="{{ SITEURL }}/favicon.ico" /><![endif]-->
<link rel="alternate" type="application/atom+xml"
title="{{ SITENAME }} — Flux Atom"
- href="{{ SITEURL }}/{{ FEED }}" />
+ href="{{ SITEURL }}/{{ FEED_ATOM }}" />
{% if FEED_RSS %}
<link rel ="alternate" type="application/rss+xml"
title="{{ SITENAME }} — Flux RSS"