summaryrefslogtreecommitdiff
path: root/src/pyssg/plt/sitemap.xml
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-06-05 03:13:59 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2021-06-05 03:13:59 -0600
commit045eb5986ea11174b2ee39dc8476b365d734d37d (patch)
tree35b3d63df25bae33857fe3614501155940f24236 /src/pyssg/plt/sitemap.xml
parent81bf1f33c34bd37ebcef4dc8f76d881248a22832 (diff)
refactor code and add image_url parsingv0.5.3
Diffstat (limited to 'src/pyssg/plt/sitemap.xml')
-rw-r--r--src/pyssg/plt/sitemap.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pyssg/plt/sitemap.xml b/src/pyssg/plt/sitemap.xml
index a5b5404..26ee5c1 100644
--- a/src/pyssg/plt/sitemap.xml
+++ b/src/pyssg/plt/sitemap.xml
@@ -14,7 +14,7 @@
{%for t in all_tags%}
<url>
<loc>{{t[1]}}</loc>
- <lastmod>{{run_date}}</lastmod>
+ <lastmod>{{config.run_date_sitemap}}</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>