Back to Night

Nav

themes/hugo-material-docs/layouts/partials/nav.html

latest332 B
Original Source

{{ $currentNode := . }} {{ range .Site.Menus.main.ByWeight }} {{ $.Scratch.Set "currentMenuEntry" . }}

  • {{ if .HasChildren }} {{ .Name | title }} {{ range .Children }} {{ $.Scratch.Set "currentMenuEntry" . }} {{ partial "nav_link" $currentNode }} {{ end }} {{ else }} {{ partial "nav_link" $currentNode }} {{ end }} {{ end }}