Welcome to mirror list, hosted at ThFree Co, Russian Federation.

main_menu.html « partials « layouts - github.com/shenoybr/hugo-goa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 185ff954fe87d8cb7dec85fa99f899f135a0fbad (plain)
1
2
3
4
5
<section id="main-menu-pane" class="row text-center main-menu">
  {{ range sort .Site.Menus.main }}
  <h4><a class="menu-item" href="{{ .URL }}">{{ .Name | lower }}</a></h4>
  {{ end }}
</section>