diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/sitemap.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sitemap.xml b/templates/sitemap.xml index c95874b..59aa8f0 100644 --- a/templates/sitemap.xml +++ b/templates/sitemap.xml @@ -15,7 +15,7 @@ $for(pages)$ <url> <loc>$root$$url$</loc> - <lastmod>$if(updated)$$updated$$else$$if(date)$$date$$endif$$endif$</lastmod> + <lastmod>$if(updated)$$updated$$else$$if(formalDate)$$formalDate$$endif$$endif$</lastmod> <changefreq>weekly</changefreq> <priority>0.8</priority> </url> |