Update footer

This commit is contained in:
hiro 2019-08-23 14:01:58 +02:00
parent 8ce8cdf9fa
commit 7dddd1b1d5

View File

@ -35,8 +35,10 @@
{% set link = site.get(item.path) %}
{% if link %}
<a class="nav-link text-light" href="{{ item.path|url(alt=this.alt) }}">
{% elif item.label == "Documentation" or item.label == "Blog"}
<a class="nav-link" href="{{ item.path }}">
{% else %}
<a class="nav-link text-light" href="{{ item.path }}">
<a class="nav-link" href="{{ item.path }}/{{this.alt}}">
{% endif %}
{{ _(item.label) }}
{% if this.is_child_of(item.path) %}