Skip to content

Commit 3921ccc

Browse files
authored
Update Sitemap.latte
1 parent 021ff90 commit 3921ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Component/Sitemap.latte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
{contentType application/xml}
1212
<?xml version="1.0" encoding="UTF-8"?>
13-
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
13+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
1414
{foreach $pages as $temp}
1515
<url>
1616
<loc>{$baseUrl}{plink $temp}</loc>

0 commit comments

Comments
 (0)