aboutsummaryrefslogtreecommitdiffstats
path: root/src/sitemap.xml.njk
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/sitemap.xml.njk16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/sitemap.xml.njk b/src/sitemap.xml.njk
deleted file mode 100644
index 5448d77..0000000
--- a/src/sitemap.xml.njk
+++ /dev/null
@@ -1,16 +0,0 @@
----json
-{
- "permalink": "/sitemap.xml",
- "eleventyExcludeFromCollections": true
-}
----
-<?xml version="1.0" encoding="utf-8"?>
-<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
-{%- for page in collections.all %}
- {% set absoluteUrl %}{{ page.url | htmlBaseUrl(metadata.url) }}{% endset %}
- <url>
- <loc>{{ absoluteUrl }}</loc>
- <lastmod>{{ page.date | htmlDateString }}</lastmod>
- </url>
-{%- endfor %}
-</urlset>