mirror of https://github.com/lxndrblz/anatole.git

lxndrblz
29.32.2023 e36e49ad4a2742dd84a8ba4640972ee1d1a89e45
layouts/partials/navbar.html
@@ -37,7 +37,8 @@
              <div class="optionswitch__triangle"></div>
              <ul class="optionswitch__list">
                {{ range $menuItem.Children }}
                  <li class="optionswitch__list-item">{{ .Pre }}
                  <li class="optionswitch__list-item">
                    {{ .Pre }}
                    <a
                      href="{{ .URL }}"
                      {{ if strings.HasPrefix .URL "http" }}
@@ -52,7 +53,8 @@
            </div>
          </li>
        {{ else }}
          <li class="nav__list-item">{{ .Pre }}
          <li class="nav__list-item">
            {{ .Pre }}
            <a
              {{ if $active }}
                class="nav__link--active"