Back to Kind

Sidebar

site/layouts/partials/sidebar.html

0.31.0265 B
Original Source

{{ $currentPage := . }} {{ range .Site.Menus.main }} {{ if .HasChildren }} - {{ .Pre }}{{ .Name }}

{{ range .Children }} - {{ .Name }} {{ end }} {{ else }} {{ if .Name }} - {{ .Pre }} {{ .Name }} {{end}} {{ end }} {{ end }}