{{ printf "" | safeHTML }} {{ range .Pages }} {{ if not (in .Site.Params.excludedFromSitemap .Data.Plural) }} {{ .Permalink }} {{ if not .Lastmod.IsZero }} {{ .Lastmod.Format "2006-01-02T15:04:05-07:00" | safeHTML }} {{ end }} {{ with .Sitemap.ChangeFreq }} {{ . }} {{ end }} {{ end }} {{ end }}