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 }}