From efb522f543012ed2df604edd7a4d29ad7a6c935b Mon Sep 17 00:00:00 2001 From: Will Faught Date: Fri, 24 Feb 2023 21:18:59 -0800 Subject: [PATCH] Remove paige.list.date_header params --- README.md | 3 --- layouts/partials/paige/pages.html | 4 +--- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 417bb2cd..6069b92d 100644 --- a/README.md +++ b/README.md @@ -261,9 +261,6 @@ paige: list: content: show: false - date_header: - class: "h5 text-center" - hide: false pages: hide: false section: diff --git a/layouts/partials/paige/pages.html b/layouts/partials/paige/pages.html index d5f47919..431fc36e 100644 --- a/layouts/partials/paige/pages.html +++ b/layouts/partials/paige/pages.html @@ -19,9 +19,7 @@ {{ $p := $page.Paginate ($page.Pages.ByPublishDate.Reverse.GroupByPublishDate "January 2006") }}
{{ range $p.PageGroups }} - {{ if $page.Param "paige.list.date_header.hide" | not }} -

{{ .Key }}

- {{ end }} +

{{ .Key }}

{{ range .Pages }} {{ $authors := partial "paige/authors.html" . }} {{ $categories := .Params.categories | default slice | uniq }}