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

budparr
27.23.2019 9f7556488dd59b4b40fd3c839f8c0d27a58eb40b
layouts/partials/site-navigation.html
@@ -9,7 +9,7 @@
        <ul class="pl0 mr3">
          {{ range .Site.Menus.main }}
          <li class="list f5 f4-ns fw4 dib pr3">
            <a class="hover-white no-underline white-90" href="{{ .Permalink }}" title="{{ .Name }} page">
            <a class="hover-white no-underline white-90" href="{{ .URL }}" title="{{ .Name }} page">
              {{ .Name }}
            </a>
          </li>