Reorder docs

This commit is contained in:
Zach Leatherman
2018-01-16 21:38:57 -06:00
parent da9787d10c
commit ccd8f03b70
3 changed files with 5 additions and 9 deletions

View File

@ -11,7 +11,7 @@
<header>
<a href="/""><img src="/img/logo.png" class="logo"></a>
<ul class="nav">
{%- for nav in collections.nav -%}
{%- for nav in collections.nav | reverse -%}
<li class="nav-item"><a href="{{ nav.url | url }}">{{ nav.data.navtitle }}</a></li>
{%- endfor -%}
</header>