Fix the RSS and Atom feeds

This commit is contained in:
Eryn Wells 2023-08-08 07:35:53 -07:00
parent a4f54d34f6
commit d685f2e647
3 changed files with 7 additions and 6 deletions

View file

@ -21,7 +21,7 @@
<title>{{ .Site.Title }}</title>
<link>{{ .Permalink }}</link>
<description>Recent content on {{ .Site.Title }}</description>
<generator>Hugo {{ hugo.Version }} -- gohugo.io</generator>
<generator>Hugo {{ hugo.Version }}</generator>
{{ with .Site.LanguageCode }}<language>{{ . }}</language>{{ end }}
{{ with .Site.Author }}
<managingEditor>{{ .name }} &lt;{{ .email }}&gt;</managingEditor>