Fix typo in sitemap
This commit is contained in:
parent
6def4c276b
commit
30bf709107
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"
|
||||
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
{% for language in languages $}
|
||||
{% for language in languages %}
|
||||
<url>
|
||||
<loc>{{ baseurl }}{{ language }}/</loc>
|
||||
<changefreq>daily</changefreq>
|
||||
|
|
Loading…
Reference in a new issue