first adaption to suit my needs

This commit is contained in:
Patrick Tschuchnig
2020-01-25 01:48:39 +01:00
parent a22cff5163
commit bf3b8fc115
23 changed files with 265 additions and 238 deletions

View File

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