summaryrefslogtreecommitdiffstats
path: root/src/sitemap.njk
diff options
context:
space:
mode:
author2022-01-08 17:27:42 +0530
committer2022-01-08 17:27:42 +0530
commit5aeaf2f352e7da0a0d55a7ad2cd7dbd3869b875a (patch)
treebbca1d1fa46fb810d9974484572de5a9bfac54b8 /src/sitemap.njk
parentmake it ready to deploy (diff)
downloadsudomsg-5aeaf2f352e7da0a0d55a7ad2cd7dbd3869b875a.tar
sudomsg-5aeaf2f352e7da0a0d55a7ad2cd7dbd3869b875a.tar.gz
sudomsg-5aeaf2f352e7da0a0d55a7ad2cd7dbd3869b875a.tar.bz2
sudomsg-5aeaf2f352e7da0a0d55a7ad2cd7dbd3869b875a.tar.lz
sudomsg-5aeaf2f352e7da0a0d55a7ad2cd7dbd3869b875a.tar.xz
sudomsg-5aeaf2f352e7da0a0d55a7ad2cd7dbd3869b875a.tar.zst
sudomsg-5aeaf2f352e7da0a0d55a7ad2cd7dbd3869b875a.zip
add service worker
Diffstat (limited to 'src/sitemap.njk')
-rw-r--r--src/sitemap.njk15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/sitemap.njk b/src/sitemap.njk
deleted file mode 100644
index b2ff291..0000000
--- a/src/sitemap.njk
+++ /dev/null
@@ -1,15 +0,0 @@
----
-permalink: /sitemap.xml
-eleventyExcludeFromCollections: true
----
-<?xml version="1.0" encoding="utf-8"?>
-<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
-{%- for page in collections.all %}
- {% set absoluteUrl %}{{ page.url | url | absoluteUrl(metadata.url) }}{% endset %}
- <url>
- <loc>{{ absoluteUrl }}</loc>
- <lastmod>{{ page.date | datefmt }}</lastmod>
- </url>
-{%- endfor %}
-</urlset>
-