commit 56132c4e0caca349514e701ca84b88eed646e705
parent fd3eb657b048b0c535a8086b72d5c15e4b2e1334
Author: Dan Callaghan <djc@djc.id.au>
Date: Thu, 4 Sep 2008 12:49:47 +1000
belongs with 8250fc6e3641
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/templates/multiple_atom.xml b/templates/multiple_atom.xml
@@ -9,10 +9,10 @@ from viewutils import tag_list
ATOM_TIME_FORMAT = str('%Y-%m-%dT%H:%M:%S+10:00')
?>
-<id>${url}?format=atom</id>
+<id>${self_url}?format=atom</id>
<title type="text">${config.BLOG_NAME}<py:if test="title"> (${title})</py:if></title>
-<link rel="self" type="application/atom+xml" href="${url}?format=atom" />
-<link rel="alternate" href="${url}" />
+<link rel="self" type="application/atom+xml" href="${self_url}?format=atom" />
+<link rel="alternate" href="${self_url}" />
<generator>constance</generator>
<updated>${feed_updated.strftime(ATOM_TIME_FORMAT)}</updated>