summaryrefslogtreecommitdiff
path: root/art/plt/sitemap.xml
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2022-12-16 17:45:03 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2022-12-16 17:45:03 -0600
commit7e49db5ddefe8c515b5f3931a5c701efaac33d91 (patch)
treed7d1efda44837a466fe079266efda90021812399 /art/plt/sitemap.xml
parent3112a76dac594fe715b59e53c399b0dec5b53193 (diff)
change structure for new pyssg version
Diffstat (limited to 'art/plt/sitemap.xml')
-rw-r--r--art/plt/sitemap.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/art/plt/sitemap.xml b/art/plt/sitemap.xml
deleted file mode 100644
index c364f54..0000000
--- a/art/plt/sitemap.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
- {%for p in all_pages%}
- <url>
- <loc>{{p.url}}</loc>
- <lastmod>{{p.mdate_sitemap if p.mdate_sitemap else p.cdate_sitemap}}</lastmod>
- <changefreq>weekly</changefreq>
- <priority>1.0</priority>
- </url>
- {%endfor%}
-
- {%for t in all_tags%}
- <url>
- <loc>{{t[1]}}</loc>
- <lastmod>{{config.get("info", "sitemap_run_date")}}</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.5</priority>
- </url>
- {%endfor%}
-</urlset>