summaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/list.feed.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/list.feed.xml b/layouts/_default/list.feed.xml
index ccf7ddd..c4be170 100644
--- a/layouts/_default/list.feed.xml
+++ b/layouts/_default/list.feed.xml
@@ -51,7 +51,7 @@
<pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate>
{{ with $siteAuthor.email }}<author>{{ . }}{{ with $siteAuthor.name }} ({{ . }}){{ end }}</author>{{ end }}
<category>{{ .Section }}</category>{{ range (.GetTerms "tags") }}
- <category>{{ .LinkTitle }}</category>{{end}}
+ <category>{{ .LinkTitle }}</category>{{ end }}
<guid isPermaLink="false">{{ md5 .Permalink }}</guid>
<description>{{ .Summary | transform.XMLEscape | safeHTML }}</description>
</item>