mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Bud Parr
14.01.2017 6331805b90cf2214dfde541473cb6fecabfbd577
layouts/partials/site-navigation.html
@@ -1,6 +1,5 @@
<nav class="pv3 ph3 ph4-ns" role="navigation">
  <div class="flex-ns justify-between items-center">
    <a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
      {{ .Site.Title }}
    </a>
@@ -15,6 +14,5 @@
        {{ end }}
      </ul>
    {{ end }}
  </div>
</nav>