Started new post
Post about how glados.no is created
This commit is contained in:
@@ -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 }} · {{ site.title }}
|
||||
|
||||
@@ -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