summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-03-15 21:30:20 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-03-15 21:30:20 +0100
commit1ff15e41e0c8c6244400329ca9d5b6bfaca0d202 (patch)
tree1e3fe9aa8a23db0ec358366be591a1c2c1a2c0a2 /templates
parentaec5f0527fcb174c885b55ca8a518ff60269d2fc (diff)
Fix feed problems.
Diffstat (limited to 'templates')
-rw-r--r--templates/article_feed.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/article_feed.xml b/templates/article_feed.xml
index b284f45..add9e17 100644
--- a/templates/article_feed.xml
+++ b/templates/article_feed.xml
@@ -6,11 +6,11 @@
<subtitle>
{subtitle}
</subtitle>
+ {.repeated section authors}
<author>
- {.repeated section authors}
<name>{name}</name>
- {.end}
</author>
+ {.end}
<link rel="alternate" type="text/html" href="{base-uri|html-attr-value}"/>
<link rel="self" type="application/atom+xml" href="{feed-uri|html-attr-value}"/>
{.repeated section articles}