diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2011-03-15 21:30:20 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2011-03-15 21:30:20 +0100 |
commit | 1ff15e41e0c8c6244400329ca9d5b6bfaca0d202 (patch) | |
tree | 1e3fe9aa8a23db0ec358366be591a1c2c1a2c0a2 /templates | |
parent | aec5f0527fcb174c885b55ca8a518ff60269d2fc (diff) |
Fix feed problems.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/article_feed.xml | 4 |
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} |