davideisinger.com

My personal website
Log | Files | Refs | README

commit 0327584f01141a18856a47c8f66278f0c98cc8fc
parent 54f690f41d295e3b020f2d53ed805cdfa07e1c51
Author: David Eisinger <[email protected]>
Date:   Mon, 23 Mar 2026 10:07:03 -0400

Update RSS template to match default

Diffstat:
Mthemes/v2/layouts/_default/rss.xml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/v2/layouts/_default/rss.xml b/themes/v2/layouts/_default/rss.xml @@ -37,7 +37,7 @@ <link>{{ .Permalink }}</link> <description>Recent content {{ if ne .Title .Site.Title }}{{ with .Title }}in {{ . }} {{ end }}{{ end }}on {{ .Site.Title }}</description> <generator>Hugo</generator> - <language>{{ site.Language.LanguageCode }}</language>{{ with $authorEmail }} + <language>{{ site.Language.Locale }}</language>{{ with $authorEmail }} <managingEditor>{{.}}{{ with $authorName }} ({{ . }}){{ end }}</managingEditor>{{ end }}{{ with $authorEmail }} <webMaster>{{ . }}{{ with $authorName }} ({{ . }}){{ end }}</webMaster>{{ end }}{{ with .Site.Copyright }} <copyright>{{ . }}</copyright>{{ end }}{{ if not .Date.IsZero }}