source for sakino.kelbie.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.

8 lines
346 B

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