FIX: bad relative link.
This commit is contained in:
parent
42624e9e48
commit
40d6bb3d91
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
<header>
|
||||
{% if extra_siteurls %}
|
||||
<div class="translations">
|
||||
<a class="active" href="{{ articles_page.url }}">{{ DEFAULT_LANG }}</a>
|
||||
<a class="active" href="{{ SITEURL }}/{{ articles_page.url }}">{{ DEFAULT_LANG }}</a>
|
||||
{% for lang, url in extra_siteurls.items() %}
|
||||
<a href="{{ url }}/{{ articles_page.url }}">{{ lang }}</a>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Reference in a new issue