forked from I2P_Developers/i2p.www
Fixed language codes in sitemap URLs
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
{%- for url in urls %}
|
||||
<url>
|
||||
<loc>{{ url_root }}{{ g.lang }}{{ url.path }}</loc>
|
||||
<loc>{{ url_root }}{{ curlang }}{{ url.path }}</loc>
|
||||
{%- for altlang in langs %}
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
|
Reference in New Issue
Block a user