Skip to content

Commit

Permalink
Remove lastmod tag for reindexing
Browse files Browse the repository at this point in the history
  • Loading branch information
klin2020 committed Jul 24, 2024
1 parent 0aafe05 commit 3d1c582
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion themes/digital.gov/layouts/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
{{ range .Data.Pages }}
<url>
<loc>https://digital.gov{{ .Permalink | relURL }}</loc>
<lastmod>{{ safeHTML ( .Date | time.Format "2006-01-02" ) }}</lastmod>
{{ with .Sitemap.ChangeFreq }}<changefreq>{{ . }}</changefreq>{{ end }}{{ if ge .Sitemap.Priority 0.0 }}
<priority>{{ .Sitemap.Priority }}</priority>{{ end }}
</url>
Expand Down

0 comments on commit 3d1c582

Please sign in to comment.