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

@@ -1,5 +1,4 @@
<head>
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta charset="utf-8">
@@ -18,7 +17,6 @@
<link rel="stylesheet" href="{{ "/assets/css/default.css" | relative_url }}"/>
{% endif %}
<title>
{% if page.title %}
{{ page.title }} &middot; {{ site.title }}

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