fix copyright

This commit is contained in:
Greg Gauthier 2022-01-05 10:05:17 +00:00
parent 6b85ee6f6e
commit 307403dd2d
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
<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}}{{ with .Site.Copyright }}
<copyright>{{ .Site.Author.name }}</copyright>{{end}}{{ if not .Date.IsZero }}
<copyright>{{ .Site.copyright }}</copyright>{{end}}{{ if not .Date.IsZero }}
<lastBuildDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</lastBuildDate>{{ end }}
{{- with .OutputFormats.Get "RSS" -}}
{{ printf "<atom:link href=%q rel=\"self\" type=%q />" .Permalink .MediaType | safeHTML }}