From 2f68349f939c28447ac38383add4e848d134ee87 Mon Sep 17 00:00:00 2001 From: Nic Cope Date: Thu, 14 Aug 2025 11:41:24 -0700 Subject: [PATCH] Include index frontmatter description on landing pages Signed-off-by: Nic Cope --- themes/geekboot/layouts/partials/auto-index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/geekboot/layouts/partials/auto-index.html b/themes/geekboot/layouts/partials/auto-index.html index 4806237e..ca05bd09 100644 --- a/themes/geekboot/layouts/partials/auto-index.html +++ b/themes/geekboot/layouts/partials/auto-index.html @@ -4,6 +4,9 @@ Usage: {{ partial "auto-index" . }} */}} {{ if .RegularPages }}
+ {{ if .Params.description }} +

{{ .Params.description }}

+ {{ end }}

Topics in this section:

    {{ range .RegularPages.ByWeight }}