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

Alexander Bilz
11.52.2020 7efbc4098a119f5f490862d52c08398e3f69ad29
1
2
3
4
5
6
7
8
9
<div class="page-top animated fadeInDown">
    <div 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>
</div>