mirror of
https://github.com/torproject/lego.git
synced 2025-02-17 08:39:33 +00:00
Localize all links in the footer
This commit is contained in:
parent
ae416478e7
commit
dc998ccf31
@ -36,7 +36,12 @@
|
||||
{% if link %}
|
||||
<a class="nav-link text-light" href="{{ item.path|url(alt=this.alt) }}">
|
||||
{% else %}
|
||||
<a class="nav-link text-light" href="{{ item.path }}">
|
||||
{% set link = bag('links', this.alt, id) %}
|
||||
{% if link %}
|
||||
<a class="nav-link text-light" href="{{ link }}">
|
||||
{% else %}
|
||||
<a class="nav-link text-light" href="{{ item.path }}">
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{{ _(item.label) }}
|
||||
{% if this.is_child_of(item.path) %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user