1
Fork 0
This commit is contained in:
MMaker 2026-03-21 14:58:40 -04:00
commit e1cd6db167
Signed by: mmaker
GPG key ID: CCE79B8FEDA40FB2
6 changed files with 22 additions and 22 deletions

View file

@ -7,12 +7,7 @@
<link>{{ .Permalink }}</link>
<description>Recent videos by MMaker</description>
<generator>Hugo -- gohugo.io</generator>{{ with .Site.LanguageCode }}
<language>{{.}}</language>{{end}}{{ with .Site.Author.email }}
<managingEditor>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</managingEditor>
{{end}}
{{ with .Site.Author.email }}
<webMaster>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</webMaster>
{{end}}
<language>{{.}}</language>{{end}}
{{ with .Site.Copyright }}
<copyright>{{.}}</copyright>{{end}}{{ if not .Date.IsZero }}
<lastBuildDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</lastBuildDate>