First blog post

This commit is contained in:
2025-04-16 18:48:46 +01:00
parent 7187ce315e
commit 7ee0aab703
4 changed files with 35 additions and 8 deletions
+2 -2
View File
@@ -59,8 +59,8 @@
<pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate>
{{- with $authorEmail }}<author>{{ . }}{{ with $authorName }} ({{ . }}){{ end }}</author>{{ end }}
<guid>{{ .Permalink }}</guid>
<description>{{ .Params.description | html }}</description>
<description>{{ .Content | html }}</description>
</item>
{{- end }}
</channel>
</rss>
</rss>