We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 021ff90 commit 3921cccCopy full SHA for 3921ccc
src/Component/Sitemap.latte
@@ -10,7 +10,7 @@
10
11
{contentType application/xml}
12
<?xml version="1.0" encoding="UTF-8"?>
13
-<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
+<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
14
{foreach $pages as $temp}
15
<url>
16
<loc>{$baseUrl}{plink $temp}</loc>
0 commit comments