Started new post
Post about how glados.no is created
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<div class="navbar-nav"><!--ml-auto for høyrejustering-->
|
||||
<!--<a class="nav-item nav-link {% if page.url == '/' %}active{% endif %}" href="/">Hjem</a>-->
|
||||
{% for entry in site.data.nav %}
|
||||
<a class="nav-item nav-link {% if page.url contains entry.href and page.url != / %}active{% endif %}" href="{{ entry.href }}">{{ entry.title }}</a>
|
||||
<a class="nav-item nav-link {% if page.url contains entry.href and page.url != / %}active{% endif %}" href="{{ entry.href }}">{{ entry.title }}</a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
<div class="navbar-nav ml-auto">
|
||||
|
||||
Reference in New Issue
Block a user