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