diff options
| author | t <t@tjp.lol> | 2026-07-11 14:06:25 -0600 |
|---|---|---|
| committer | t <t@tjp.lol> | 2026-07-11 19:59:46 -0600 |
| commit | 6636567f9c4395e830f280e1cd0008a726c04286 (patch) | |
| tree | b844e1201de82f54f6b19065bae8e4b783f37642 /feed.xml.tmpl | |
| parent | 48352c770a932bd628cc5eb22ea3b899b041c485 (diff) | |
Refresh site structure and copy
Simplify navigation and section copy, update feed presentation, and remove
the obsolete plain-HTML note.
Diffstat (limited to 'feed.xml.tmpl')
| -rw-r--r-- | feed.xml.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ <id>{{.CanonicalURL}}</id> <published>{{rfc3339 (index .Meta "post_date")}}</published> <updated>{{if index .Meta "updated"}}{{rfc3339 (index .Meta "updated")}}{{else}}{{rfc3339 (index .Meta "post_date")}}{{end}}</updated> - <content type="html">{{xml (joinSections .Sections)}}</content> + {{with .Sections}}<content type="html">{{xml (index . 0)}}</content> + {{end}} </entry>{{end}} </feed> |
