summaryrefslogtreecommitdiff
path: root/blog/plt/sitemap.xml
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2022-04-27 00:28:44 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2022-04-27 00:28:44 -0600
commite065a0f8406c144d5a15c1268ea31a2e69190e7c (patch)
tree1b27b5aab3c75ff52d2224a01c6c378520136eb1 /blog/plt/sitemap.xml
parente1bcbb991be9a5e952c63a5328898b446efd7fd3 (diff)
final changes for pyssg update
Diffstat (limited to 'blog/plt/sitemap.xml')
-rw-r--r--blog/plt/sitemap.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/plt/sitemap.xml b/blog/plt/sitemap.xml
index 26ee5c1..c364f54 100644
--- a/blog/plt/sitemap.xml
+++ b/blog/plt/sitemap.xml
@@ -14,7 +14,7 @@
{%for t in all_tags%}
<url>
<loc>{{t[1]}}</loc>
- <lastmod>{{config.run_date_sitemap}}</lastmod>
+ <lastmod>{{config.get("info", "sitemap_run_date")}}</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>