mirror of
https://github.com/torproject/manual.git
synced 2025-03-06 00:17:52 +00:00
Fix relative url in language selector
This commit is contained in:
parent
367df4e0d4
commit
bc03c0daac
@ -31,7 +31,7 @@
|
||||
<div class="dropdown-menu">
|
||||
{% for id, item in bag('alternatives').items() %}
|
||||
{% if this.alt != id %}
|
||||
<a class="dropdown-item" href="{{ this.path|url }}">{{ item.language }}</a>
|
||||
<a class="dropdown-item" href="{{ this.url|url }}">{{ item.language }}</a>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user