make changes to structure according to Hugo recommendations

This commit is contained in:
Peter Domínguez 2026-05-03 12:11:31 -04:00
parent b46b3330c4
commit fad23b813c
4 changed files with 4 additions and 4 deletions

View file

@ -49,7 +49,7 @@
<link>{{ .Permalink }}</link>
<description>Contenido reciente en la categoría {{ if ne .Title .Site.Title }}{{ with .Title }}{{ . }} {{ end }}{{ end }}por {{ .Site.Title }}</description>
<generator>Hugo {{ hugo.Version }}</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 }}