Started new post

Post about how glados.no is created
This commit is contained in:
2020-12-26 18:53:35 +01:00
parent 0b848cdd37
commit ff28f125a1
4 changed files with 16 additions and 6 deletions

View File

@@ -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">