aboutsummaryrefslogtreecommitdiff
path: root/_pages/sitemap.xml
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-02-14 02:38:59 +0300
committerValentin Popov <valentin@popov.link>2024-02-14 02:38:59 +0300
commite68f7cf6c7fadb1bceea955a4caf40954d9b024e (patch)
tree5fe6a1ac66ed98571674ab6686e1742a46812eb8 /_pages/sitemap.xml
parentedaeaf08b8750e8278b18484ff8e0aa180fe3fab (diff)
downloadpopov.link-e68f7cf6c7fadb1bceea955a4caf40954d9b024e.tar.xz
popov.link-e68f7cf6c7fadb1bceea955a4caf40954d9b024e.zip
Moved actual template site
Diffstat (limited to '_pages/sitemap.xml')
-rw-r--r--_pages/sitemap.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/_pages/sitemap.xml b/_pages/sitemap.xml
deleted file mode 100644
index 9b70b46..0000000
--- a/_pages/sitemap.xml
+++ /dev/null
@@ -1,24 +0,0 @@
----
-layout: null
-permalink: "sitemap.xml"
----
-
-<?xml version="1.0" encoding="utf-8"?>
-
-<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
-
-{% for item in site.html_pages %}
- <url>
- <loc>{{ item.url | absolute_url | xml_escape }}</loc>
- <lastmod>{{ site.time | date_to_xmlschema }}</lastmod>
- </url>
-{% endfor %}
-
-{% for item in site.posts %}
- <url>
- <loc>{{ item.url | absolute_url | xml_escape }}</loc>
- <lastmod>{{ item.date | date_to_xmlschema }}</lastmod>
- </url>
-{% endfor %}
-
-</urlset>