diff options
| author | 2026-02-25 23:46:38 +0300 | |
|---|---|---|
| committer | 2026-02-25 23:46:38 +0300 | |
| commit | da2d85f2035f88126a6257dc39d261284cd2fa85 (patch) | |
| tree | b691e4b24c2091766b19eef8369fcc74bbc28ee8 | |
| parent | Уменьшил отступы в мобильном виде (diff) | |
| download | base-da2d85f2035f88126a6257dc39d261284cd2fa85.tar.gz base-da2d85f2035f88126a6257dc39d261284cd2fa85.tar.bz2 base-da2d85f2035f88126a6257dc39d261284cd2fa85.tar.xz base-da2d85f2035f88126a6257dc39d261284cd2fa85.zip | |
| -rw-r--r-- | layouts/_default/section.atom.xml | 3 |
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> |
