diff options
Diffstat (limited to 'themes/sapka-2024/layouts/list.txt')
-rw-r--r-- | themes/sapka-2024/layouts/list.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/sapka-2024/layouts/list.txt b/themes/sapka-2024/layouts/list.txt new file mode 100644 index 0000000..430a2d2 --- /dev/null +++ b/themes/sapka-2024/layouts/list.txt @@ -0,0 +1,7 @@ +{{- range .Pages.GroupBy "Section" }} + {{- with $.Site.GetPage "section" .Key }} + {{- range .Pages }} + {{ .Permalink }} + {{- end }} + {{- end }} +{{- end }} |