add copyright tag to RSS channel

This commit is contained in:
Wouter Groeneveld 2023-04-23 14:54:00 +02:00
parent 3af74badc3
commit 4c17bc1a06
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
<title>{{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }}</title>
<link>{{ .Permalink }}</link>
<description>{{ .Site.Params.description }} by {{ .Site.Author.name }}</description>
<copyright>© {{ .Date.Format "2006" }} {{ $.Site.Author.name }} (CC BY 4.0)</copyright>
<generator>Hugo -- gohugo.io</generator>{{ with .Site.LanguageCode }}
<language>{{.}}</language>{{end}}
<managingEditor>{{ .Site.Author.rssmail }} ({{ with $.Site.Author.name }}{{.}}{{end}})</managingEditor>