Fix templates

This commit is contained in:
hiro 2019-08-23 14:10:38 +02:00
parent ddd5194024
commit 25d6ecd37f

View File

@ -31,7 +31,7 @@
{% elif item.label == "Documentation" or item.label == "Blog" or item.label == "Jobs" %}
<a class="nav-link" href="{{ item.path }}">
{% else %}
<a class="nav-link" href="{{ item.path|url(alt=this.alt) }}">
<a class="nav-link" href="{{ item.path }}{{ this.alt }}">
{% endif %}
{{ _(item.label) }}
{% if this.path == item.path %}