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

Alexander Bilz
10.13.2020 d7ace063d785c563b6823ce41b70a682429c2496
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="page-top animated fadeInDown">
    <div class="nav">
    <li>
    <a href="{{ .Site.BaseURL }}">Home</a>
    </li>
    {{ range .Site.Menus.main -}}
    <li>
    <a href="{{.URL}}"> {{ .Name }} </a>
    </li>
    {{- end }}
 
    </div>
</div>