From 6636567f9c4395e830f280e1cd0008a726c04286 Mon Sep 17 00:00:00 2001 From: t Date: Sat, 11 Jul 2026 14:06:25 -0600 Subject: Refresh site structure and copy Simplify navigation and section copy, update feed presentation, and remove the obsolete plain-HTML note. --- feed.xml.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'feed.xml.tmpl') diff --git a/feed.xml.tmpl b/feed.xml.tmpl index 961ee41..c95aa53 100644 --- a/feed.xml.tmpl +++ b/feed.xml.tmpl @@ -15,6 +15,7 @@ {{.CanonicalURL}} {{rfc3339 (index .Meta "post_date")}} {{if index .Meta "updated"}}{{rfc3339 (index .Meta "updated")}}{{else}}{{rfc3339 (index .Meta "post_date")}}{{end}} - {{xml (joinSections .Sections)}} + {{with .Sections}}{{xml (index . 0)}} + {{end}} {{end}} -- cgit v1.3