some bugfixes

This commit is contained in:
Stephan Hadan 2025-01-28 20:58:31 +01:00
parent 32024acdee
commit 7fa54f2f70
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>@{{ .Site.Params.Author.handle }}s {{ .Site.Title }}{{ with .Title }} - {{ . }}{{ end }}</title>
<title>@{{ .Site.Params.Author.handle }} {{ .Site.Title }}{{ with .Title }} - {{ . }}{{ end }}</title>
<link>{{ .Permalink }}</link>
<description>All entries {{ with .Title }}in {{.}} {{ end }}on {{ .Site.Title }}</description>
<generator>Hugo -- gohugo.io</generator>