fix small feed title

This commit is contained in:
Gabriel 2024-08-26 17:32:38 -04:00
parent 3a9a1c9d2f
commit 3b094b6083

View file

@ -1,9 +1,9 @@
{{- printf "<?xml-stylesheet href=\"/feed.xsl\" type=\"text/xsl\"?>" | safeHTML }}
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:podcast="https://github.com/Podcastindex-org/podcast-namespace/blob/main/docs/1.0.md" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
<channel>
<title>{{.Title}}</title>
<title>{{.Site.Title}}</title>
<link>{{ .Permalink }}</link>
<description>{{.Params.description}}</description>
<description>{{.Site.Params.description}}</description>
<generator>Hugo -- gohugo.io</generator>{{ with .Site.LanguageCode }}
<language>{{.}}</language>{{end}}
<image>