mirror of https://github.com/luizdepra/hugo-coder.git

Luiz de Prá
15.05.2018 a094f8fe7bfefbf150f20f068243d210de14d6c7
layouts/partials/header.html
@@ -9,7 +9,7 @@
      {{ with .Site.Menus.main}}
        {{ range sort . }}
          <li class="navigation-item">
            <a class="navigation-link" href="{{ .URL | absLangURL }}">{{ .Name }}</a>
            <a class="navigation-link" href="{{ .URL | relLangURL }}">{{ .Name }}</a>
          </li>
        {{ end }}
      {{ end }}