index — crispy-website @ 39a15aef49c8458a5e1a4d85db94980eeec810db

My personal homepage (very crispy)

gen-blogrecs: fix rss
crispy-caesus crispy@crispy-caesus.eu
Tue, 05 May 2026 23:54:59 +0200
commit

39a15aef49c8458a5e1a4d85db94980eeec810db

parent

1a8086ee052d410e353b99a0f5878c30f4ccebc1

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M templates/blogrecs.xml.gotmpltemplates/blogrecs.xml.gotmpl

@@ -16,7 +16,7 @@

{{range .}}<item> <title>{{.Title}}</title> <link>{{.URL}}</link> - <author>{{.Author}} + <author>{{.Author}}</author> </item> {{end}} </channel>