Back to Pagefind

Page Section

docs/layouts/partials/page-section.html

1.5.2483 B
Original Source

{{- $section := "" -}} {{- range .Site.Data.nav.main -}} {{- $group := .section -}} {{- if $group -}} {{- range .items -}} {{- if eq .path $.Page.RelPermalink -}} {{- $section = $group -}} {{- end -}} {{- end -}} {{- end -}} {{- end -}} {{- if not $section -}} {{- range .Site.Data.nav.components -}} {{- range .items -}} {{- if eq .path $.Page.RelPermalink -}} {{- $section = "Components" -}} {{- end -}} {{- end -}} {{- end -}} {{- end -}} {{- with $section -}} {{ . }} {{- end -}}