summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorAlexis Metaireau <ametaireau@gmail.com>2010-09-28 01:11:00 +0100
committerAlexis Metaireau <ametaireau@gmail.com>2010-09-28 01:11:00 +0100
commitc3ed5c3a2045801f4ae37600d4c48febe62ea1fe (patch)
tree75fa0de5896eea2afb1b0be1d61e9e23968c6a89 /samples
parent4727888831d64f41e93ddac3b8cf88fa8f47cc46 (diff)
downloadpelican-c3ed5c3a2045801f4ae37600d4c48febe62ea1fe.tar.gz
Fix the atom feed url.
Diffstat (limited to 'samples')
-rw-r--r--samples/themes/notmyidea/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/themes/notmyidea/templates/base.html b/samples/themes/notmyidea/templates/base.html
index 1999e892..428361cd 100644
--- a/samples/themes/notmyidea/templates/base.html
+++ b/samples/themes/notmyidea/templates/base.html
@@ -4,7 +4,7 @@
<title>{% block title %}{{ BLOGNAME }}{%endblock%}</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="{{ BLOGURL }}/css/main.css" type="text/css" />
- <link href="atom.xml" type="{{ BLOGURL }}/application/atom+xml" rel="alternate" title="{{ BLOGNAME }} ATOM Feed" />
+ <link href="{{ BLOGURL }}/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="{{ BLOGNAME }} ATOM Feed" />
<!--[if IE]>