jk.nipponalba.scot website https://jk.nipponalba.scot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

9 lines
356 B

5 years ago
  1. <div class="page-top animated fadeInDown">
  2. <div class="nav">
  3. {{ $currentPage := . }}
  4. {{ range .Site.Menus.main }}
  5. <li><a {{if or ($currentPage.IsMenuCurrent "main" .) ($currentPage.HasMenuCurrent "main" .) }}class="current"{{end}} href="{{ .URL }}" title="{{ .Title }}">{{ .Name }}</a></li>
  6. {{ end }}
  7. </div>
  8. </div>