summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author2026-02-25 23:46:38 +0300
committer2026-02-25 23:46:38 +0300
commitda2d85f2035f88126a6257dc39d261284cd2fa85 (patch)
treeb691e4b24c2091766b19eef8369fcc74bbc28ee8
parentУменьшил отступы в мобильном виде (diff)
downloadbase-master.tar.gz
base-master.tar.bz2
base-master.tar.xz
base-master.zip
fix feedHEADmaster
-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>