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
💅 Minor CSS Tweaks
Alexander Bilz
11.52.2020
7efbc4098a119f5f490862d52c08398e3f69ad29
[external-software/github_gohugo_theme_anatole.git]
/
layouts
/
partials
/
navbar.html
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>