dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo_theme_anatole
mirror of
https://github.com/lxndrblz/anatole.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
🌌 Initial Commit
Alexander Bilz
10.13.2020
d7ace063d785c563b6823ce41b70a682429c2496
[external-software/github_gohugo_theme_anatole.git]
/
layouts
/
partials
/
navbar.html
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>