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 0724ae1 commit 2bb26c9Copy full SHA for 2bb26c9
views/sitemap.hbs
@@ -1,3 +1,5 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<?xml-stylesheet type="text/xsl" href="sitemap.xslt"?>
3
<urlset
4
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
@@ -7,4 +9,4 @@
7
9
<loc>https://resolve.rs{{this}}</loc>
8
10
</url>
11
{{/each}}
-</urlset>
12
+</urlset>
0 commit comments