welp, mistake

This commit is contained in:
Patrick Tschuchnig
2020-01-26 01:58:08 +01:00
parent 34b4159de1
commit 539cc0e302
13 changed files with 36 additions and 50 deletions

View File

@@ -1,5 +1,5 @@
<nav>
{% for item in site.data.nav.list %}
<a href="{{site.baseurl}}{{item.url}}"{% if page.url == item.url %} class="a-active" {% endif %}>{{item.title}}</a>
<a href="{{site.baseurl}}{{item.url}}"{% if item.url == page.url %} class="a-active" {% endif %}>{{item.title}}</a>
{% endfor %}
</nav>