{{- $context := .context -}} {{- $pages := .pages -}} {{- $limit := .limit -}} {{ printf "" | safeHTML }} {{ $context.Site.Title }} {{ with $context.OutputFormats.Get "Atom" -}} {{- end }} {{ with $context.Date -}} {{ . | time.Format "2006-01-02T15:04:05-07:00" | safeHTML }} {{- end -}} {{ $context.Permalink }} {{ with $context.Site.Params.Author -}} {{ with .name }}{{ . }}{{ end }} {{ with .email }}{{ . }}{{ end }} {{ $context.Site.Home.Permalink }} {{- end }} Hugo {{ hugo.Version }} © 2020-{{ now.Year }} Eryn Wells {{ range $pages -}} {{- if and (not .Date.IsZero) (or hugo.IsDevelopment (not .Draft)) -}} {{ .Render "atom_entry" }} {{- end -}} {{- end -}}