diff --git a/bl-kernel/boot/init.php b/bl-kernel/boot/init.php index b3d46676..8f40ae4b 100644 --- a/bl-kernel/boot/init.php +++ b/bl-kernel/boot/init.php @@ -1,10 +1,10 @@ createElement('url'); $loc = $doc->createElement('loc', $Site->url()); - $lastmod = $doc->createElement('lastmod', ''); + $lastmod = $doc->createElement('lastmod', Date::current(SITEMAP_DATE_FORMAT)); // Append loc and lastmod -> url $url->appendChild($loc);