Remove <author> from the Atom entry metadata

This commit is contained in:
Eryn Wells 2022-11-03 17:02:15 -07:00
parent aea3489ddb
commit 3f1bd948eb

View file

@ -1,6 +1,5 @@
<title>{{ .Title }}</title>
<id>{{ .Permalink }}</id>
{{ with .Site.Author.name }}<author><name>{{ . }}</name></author>{{ end }}
<published>{{ .Date.Format "2006-01-02T15:04:05-07:00" | safeHTML }}</published>
<updated>{{ .Lastmod.Format "2006-01-02T15:04:05-07:00" | safeHTML }}</updated>
{{- range slice "series" "categories" "tags" -}}