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

Alexander Bilz
22.12.2020 8b27f555f10ccd7bd14a2ac23d8af29e13d57a63
Wrapped menu items in ul element
2 files modified
9 ■■■■■ changed files
assets/css/style.css 2 ●●● patch | view | raw | blame | history
layouts/partials/navbar.html 7 ●●●●● patch | view | raw | blame | history
assets/css/style.css
@@ -187,7 +187,7 @@
}
.page-top .nav {
  list-style: none;
  padding: 18px 30px;
  padding: 11px 30px;
  float: left;
  font-size: 12px;
}
layouts/partials/navbar.html
@@ -1,11 +1,12 @@
<div class="page-top animated fadeInDown">
    <div class="nav">
    <!-- <div class="nav"> -->
        <ul class="nav">
        {{ $currentPage := . }}
        {{ range .Site.Menus.main }}
        <li><a {{if or ($currentPage.IsMenuCurrent "main" .) ($currentPage.HasMenuCurrent "main" .) }}class="current"{{end}} href="{{ .URL }}" title="{{ .Title }}">{{ .Name }}</a></li>
        {{ end }}
    </div>
        </ul>
    <!-- </div> -->
    <div class="themeswitcher">
        <a class="theme-switch" title="Switch Theme">
            <i class="fa fa-adjust fa-fw" aria-hidden="true"></i>