{{- $context := .context -}} {{- $pages := .pages -}} {{- $limit := .limit -}} {{ printf "" | safeHTML }} {{ $context.Site.Title }} {{ with $context.Date }} {{ . | time.Format "2006-01-02T15:04:05-07:00" | safeHTML }} {{ end }} {{ $context.Permalink }} {{ with $context.Site.Author }} {{ with .name }}{{ . }}{{ end }} {{ with .email }}{{ . }}{{ end }} {{ $context.Site.Home.Permalink }} {{ end }} Hugo {{ hugo.Version }} © 2020-{{ now.Year }} Eryn Wells {{ range $pages }} {{ .Render "atom_entry" }} {{ end }}