gen-blogrecs: fix rss
crispy-caesus crispy@crispy-caesus.eu
Tue, 05 May 2026 23:54:59 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
templates/blogrecs.xml.gotmpl
→
templates/blogrecs.xml.gotmpl
@@ -16,7 +16,7 @@
{{range .}}<item> <title>{{.Title}}</title> <link>{{.URL}}</link> - <author>{{.Author}} + <author>{{.Author}}</author> </item> {{end}} </channel>