From 88476a707e7e314709f14fe9aae7990c7132eb3b Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Thu, 24 Nov 2022 08:26:50 -0500 Subject: [PATCH] Add a tbody for list page data to the development page info table --- layouts/partials/development/page_info.html | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/layouts/partials/development/page_info.html b/layouts/partials/development/page_info.html index 6e4fb70..6a2cdc7 100644 --- a/layouts/partials/development/page_info.html +++ b/layouts/partials/development/page_info.html @@ -3,11 +3,18 @@
Debug Page Info - - - - - + + + + + + + + {{ if eq .Kind "section" }} + + + + {{ end }}
.FirstSection{{ .FirstSection }}
.Kind{{ .Kind }}
.Permalink{{ .Permalink }}
.Section{{ .Section }}
.Type{{ .Type }}
.FirstSection{{ .FirstSection }}
.Kind{{ .Kind }}
.Permalink{{ .Permalink }}
.Section{{ .Section }}
.Type{{ .Type }}
len .Pages{{ len .Pages }}