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

Luiz de Prá
22.36.2018 333e6358c824432b0c6e9307cf16fbf412ec77f2
layouts/partials/header.html
@@ -4,7 +4,7 @@
      {{ .Site.Title }}
    </a>
    <input type="checkbox" id="menu-toggle" />
    <label class="menu-button float-right" for="menu-toggle">&#9776;</label>
    <label class="menu-button float-right" for="menu-toggle"><i class="fas fa-bars"></i></label>
    <ul class="navigation-list">
      {{ with .Site.Menus.main}}
        {{ range sort . }}