github.com/fighterlyt/hugo@v0.47.1/tpl/tplimpl/embedded/templates/_default/sitemapindex.xml (about) 1 <sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> 2 {{ range . }} 3 <sitemap> 4 <loc>{{ .SitemapAbsURL }}</loc> 5 {{ if not .LastChange.IsZero }} 6 <lastmod>{{ .LastChange.Format "2006-01-02T15:04:05-07:00" | safeHTML }}</lastmod> 7 {{ end }} 8 </sitemap> 9 {{ end }} 10 </sitemapindex>