SandpointsTheme/layouts/partials/GetIsinSections.html
2025-04-05 16:12:54 +02:00

7 lines
229 B
HTML

{{- $sections := slice -}}
{{- range . -}}
{{- $p := site.GetPage . -}}
{{- $section := trim $p.FirstSection.RelPermalink "//" -}}
{{- $sections = uniq ($sections | append $section) -}}
{{- end -}}
{{- return $sections -}}