We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa712c9 commit 09b1099Copy full SHA for 09b1099
1 file changed
sitemap.xml
@@ -1,8 +1,12 @@
1
+---
2
+permalink: /sitemap.xml
3
4
+
5
<?xml version="1.0" encoding="UTF-8"?>
6
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
7
<url>
- <loc>https://codonaft.com/</loc>
8
+ <loc>{{ site.url }}/</loc>
9
<changefreq>daily</changefreq>
- <xhtml:link rel="alternate" hreflang="ru" href="https://codonaft.com/ru/"/>
10
+ <xhtml:link rel="alternate" hreflang="ru" href="{{ site.url }}/ru/"/>
11
</url>
12
</urlset>
0 commit comments