summaryrefslogtreecommitdiff
path: root/themes/sapka-2024/layouts/_default/list.txt
blob: 430a2d25822308cd2134994121dd6c14a509a4d8 (plain)
1
2
3
4
5
6
7
{{- range .Pages.GroupBy "Section" }}
  {{- with $.Site.GetPage "section" .Key }}
    {{- range .Pages }}
      {{ .Permalink }}
    {{- end }}
  {{- end }}
{{- end }}