SandpointsTheme/layouts/partials/GetIsinSections.html

8 lines
229 B
HTML
Raw Normal View History

2025-04-05 16:12:54 +02:00
{{- $sections := slice -}}
{{- range . -}}
{{- $p := site.GetPage . -}}
{{- $section := trim $p.FirstSection.RelPermalink "//" -}}
{{- $sections = uniq ($sections | append $section) -}}
{{- end -}}
{{- return $sections -}}