diff --git a/layouts/index.atom.atom b/layouts/index.atom.atom index c891a9d..2d15ab7 100644 --- a/layouts/index.atom.atom +++ b/layouts/index.atom.atom @@ -11,8 +11,9 @@ {{ printf "" | safeHTML }} {{ .Site.Title }} - + + {{ if not .Date.IsZero }}{{ .Date.Format "2006-01-02T15:04:05-07:00" | safeHTML }}{{ end }} {{ .Permalink }} {{ with .Site.Author.name }} @@ -23,6 +24,6 @@ {{ end }} Hugo {{ hugo.Version }} - © {{ now.Year }} Eryn Wells + © 2020-{{ now.Year }} Eryn Wells {{ range $pages }}{{ .Render "atom_entry" }}{{ end }}