From a94de4cf1d9cd30ccb2503e6b143e78a49ce9979 Mon Sep 17 00:00:00 2001
From: Will Faught
Date: Fri, 30 Dec 2022 23:35:23 -0800
Subject: [PATCH] Change tag for page list to section
---
layouts/partials/paige/pages.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/layouts/partials/paige/pages.html b/layouts/partials/paige/pages.html
index ecc5b8ec..abdbc6b4 100644
--- a/layouts/partials/paige/pages.html
+++ b/layouts/partials/paige/pages.html
@@ -14,7 +14,7 @@
{{ end }}
{{ else }}
{{ $p := .Paginate (.Pages.ByDate.Reverse.GroupByDate "January 2006") }}
-
+
{{ range $p.PageGroups }}
{{ .Key }}
{{ range .Pages }}
@@ -23,7 +23,7 @@
{{ end }}
{{ end }}
-
+
{{ if or $p.HasPrev $p.HasNext }}