From 001e5887bc7b8831dc1da4dbe42ee5cccf0225de Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Tue, 21 Apr 2026 20:46:33 +0300 Subject: 21.04.2026 --- themes/neonxp/layouts/_default/section.atom.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 themes/neonxp/layouts/_default/section.atom.xml (limited to 'themes/neonxp/layouts/_default/section.atom.xml') diff --git a/themes/neonxp/layouts/_default/section.atom.xml b/themes/neonxp/layouts/_default/section.atom.xml new file mode 100644 index 0000000..58ef568 --- /dev/null +++ b/themes/neonxp/layouts/_default/section.atom.xml @@ -0,0 +1,24 @@ +{{ print ""| safeHTML }} +{{ print ""| safeHTML }} + + {{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }} + + {{ .Date.Format "2006-01-02T15:04:05-0700" | safeHTML }} + + Alexander NeonXP Kiryukhin + i@neonxp.ru + https://neonxp.ru/ + + {{ .Permalink }} + {{ range first 15 .Data.Pages }} + + {{ .Title }} + + {{ .Permalink }} + {{ .Date.Format "2006-01-02T15:04:05-0700" | safeHTML }} + {{ .Lastmod.Format "2006-01-02T15:04:05-0700" | safeHTML }} + {{ .Summary | html }} + {{ .Content | html }} + + {{ end }} + -- cgit v1.2.3