Skip to content

Commit

Permalink
Potential bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ann0see authored Nov 21, 2020
1 parent 7ef654b commit 22ab018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ category: hidden
{% for page in site.pages %}
{% unless page.category == "hidden" %}
<url>
<loc>{{ site.url }}{{ page.url | remove: "index.html" }}</loc>
<loc>{{ site.a_rootpage }}{{ site.url }}{{ page.url | remove: "index.html" }}</loc>
{% for lng in site.languages %}
{% if lng != site.default_lang %}
<xhtml:link rel="alternate" hreflang="{{ lng }}" href="{{ site.a_rootpage }}/{{ lng }}{{ page.url }}" />
Expand Down

0 comments on commit 22ab018

Please sign in to comment.