summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/_default/section.atom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/_default/section.atom.xml b/layouts/_default/section.atom.xml
index 9ddb7d2..58ef568 100644
--- a/layouts/_default/section.atom.xml
+++ b/layouts/_default/section.atom.xml
@@ -17,7 +17,8 @@
<id>{{ .Permalink }}</id>
<published>{{ .Date.Format "2006-01-02T15:04:05-0700" | safeHTML }}</published>
<updated>{{ .Lastmod.Format "2006-01-02T15:04:05-0700" | safeHTML }}</updated>
- <summary>{{ .Content | html }}</summary>
+ <summary type="html">{{ .Summary | html }}</summary>
+ <content type="html">{{ .Content | html }}</content>
</entry>
{{ end }}
</feed>