summaryrefslogtreecommitdiffstats
path: root/examples/blog/layouts/sitemap.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/blog/layouts/sitemap.xml')
-rw-r--r--examples/blog/layouts/sitemap.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/blog/layouts/sitemap.xml b/examples/blog/layouts/sitemap.xml
deleted file mode 100644
index 005824255..000000000
--- a/examples/blog/layouts/sitemap.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
- {{ range .Data.Pages }}
- <url>
- <loc>{{ .Permalink }}</loc>{{ if not .Lastmod.IsZero }}
- <lastmod>{{ safeHTML ( .Lastmod.Format "2006-01-02T15:04:05-07:00" ) }}</lastmod>{{ end }}{{ with .Sitemap.ChangeFreq }}
- <changefreq>{{ . }}</changefreq>{{ end }}{{ if ge .Sitemap.Priority 0.0 }}
- <priority>{{ .Sitemap.Priority }}</priority>{{ end }}
- </url>
- {{ end }}
-</urlset>