[PATCH] tpl/tplimpl: Improve embedded templates

- Do not include the Hugo version in RSS feeds

from gohugoio/hugo@10a8448
This commit is contained in:
Joe Mooring
2024-04-22 06:08:58 -07:00
committed by Aditya Telange
parent 3bb0ca281f
commit c1c1252519
+1 -1
View File
@@ -55,7 +55,7 @@
<link>{{ index . 0 | absURL }}</link>
</image>
{{- end }}
<generator>Hugo -- {{ hugo.Version }}</generator>
<generator>Hugo</generator>
<language>{{ site.Language.LanguageCode }}</language>{{ with $authorEmail }}
<managingEditor>{{.}}{{ with $authorName }} ({{ . }}){{ end }}</managingEditor>{{ end }}{{ with $authorEmail }}
<webMaster>{{ . }}{{ with $authorName }} ({{ . }}){{ end }}</webMaster>{{ end }}{{ with site.Copyright }}