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

Alexander Bilz
28.03.2022 d6949c8c6c3ef9ca58c4d9ae475d72f996dedbaf
chore: ran npm prettier
1 files modified
6 ■■■■■ changed files
layouts/partials/navbar.html 6 ●●●●● patch | view | raw | blame | history
layouts/partials/navbar.html
@@ -42,7 +42,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" }}
@@ -60,7 +61,8 @@
          </li>
        {{ else }}
          <li class="nav__list-item">{{ .Pre }}
          <li class="nav__list-item">
            {{ .Pre }}
            <a
              {{ if $active }}
                class="nav__link--active"