diff --git a/themes/buha/layouts/_default/rss.xml b/themes/buha/layouts/_default/rss.xml index efc6544..cac75ad 100644 --- a/themes/buha/layouts/_default/rss.xml +++ b/themes/buha/layouts/_default/rss.xml @@ -60,7 +60,22 @@ {{ $hash = md5 $hash }} - {{ .Title }} + + {{ if .Params.events }} + {{ index .Params.events 0 }}: + {{ else if .Params.recurrent }} + {{ if i18n "recurrent"}} + {{ i18n "recurrent"}}: + {{ else }} + {{ "Recurrent"}}: + {{ end }} + {{ else if .Params.categories }} + {{ if in .Params.categories "Buha" }} + In eigener Sache: + {{ end }} + {{ end }} + {{ .Title }} + {{ .Permalink }} {{ .Lastmod.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} {{ with .Site.Author.email }}{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}