From da2d85f2035f88126a6257dc39d261284cd2fa85 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Wed, 25 Feb 2026 23:46:38 +0300 Subject: fix feed --- layouts/_default/section.atom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'layouts') 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 @@ {{ .Permalink }} {{ .Date.Format "2006-01-02T15:04:05-0700" | safeHTML }} {{ .Lastmod.Format "2006-01-02T15:04:05-0700" | safeHTML }} - {{ .Content | html }} + {{ .Summary | html }} + {{ .Content | html }} {{ end }} -- cgit v1.2.3