aboutsummaryrefslogtreecommitdiff
path: root/templates/sitemap.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/sitemap.xml')
-rw-r--r--templates/sitemap.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/sitemap.xml b/templates/sitemap.xml
new file mode 100644
index 0000000..3a9cb09
--- /dev/null
+++ b/templates/sitemap.xml
@@ -0,0 +1,8 @@
1<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
2 {{ range $idx, $page := .Pages }}
3 <url>
4 <loc>{{ $.Config.BaseURL }}/{{ $page.RelPermalink }}</loc>
5 <lastmod>{{ $page.Created.Format "2006-01-02T15:04:05" }}+00:00</lastmod>
6 </url>
7 {{ end }}
8</urlset>