Skip to content

Commit 2bb26c9

Browse files
committed
XSLT for the sitemap
1 parent 0724ae1 commit 2bb26c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

views/sitemap.hbs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<?xml-stylesheet type="text/xsl" href="sitemap.xslt"?>
13
<urlset
24
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
35
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
@@ -7,4 +9,4 @@
79
<loc>https://resolve.rs{{this}}</loc>
810
</url>
911
{{/each}}
10-
</urlset>
12+
</urlset>

0 commit comments

Comments
 (0)