Commit 0eae4113 authored by Bertjan Broeksema's avatar Bertjan Broeksema

Fix tab order

We only have a small number of tabs, which is not really dynamic and we want it in a fixed order which is not alphabetic.
parent 35ff0861
...@@ -14,11 +14,9 @@ ...@@ -14,11 +14,9 @@
</a> </a>
<div class="trigger"> <div class="trigger">
{% for my_page in site.pages %} <a class="page-link" href="{{ site.baseurl }}">Home</a>
{% if my_page.title %} <a class="page-link" href="{{ site.baseurl }}installation/">Installation</a>
<a class="page-link" href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a> <a class="page-link" href="{{ site.baseurl }}about/">About</a>
{% endif %}
{% endfor %}
</div> </div>
</nav> </nav>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment