summaryrefslogtreecommitdiff
path: root/plt/sitemap.xml
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-06-04 22:18:12 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2021-06-04 22:18:12 -0600
commit135c6380ad381762c89276bed4b8736e235529ff (patch)
tree3c138b8a541fcf228c034a2e93ba8ce49d218dd9 /plt/sitemap.xml
parent11b9e8505b8a92555cce6615f19268a620e9ce53 (diff)
move plt dir to be included in data
Diffstat (limited to 'plt/sitemap.xml')
-rw-r--r--plt/sitemap.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/plt/sitemap.xml b/plt/sitemap.xml
deleted file mode 100644
index a5b5404..0000000
--- a/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>{{run_date}}</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.5</priority>
- </url>
- {%endfor%}
-</urlset>