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