diff --git a/layouts/partials/paige/pages.html b/layouts/partials/paige/pages.html index 2cbe244a..b54e3a35 100644 --- a/layouts/partials/paige/pages.html +++ b/layouts/partials/paige/pages.html @@ -23,7 +23,7 @@
{{ range $p.PageGroups }} {{ if $page.Param "paige.list.date_header.hide" | not }} -

{{ .Key }}

+

{{ .Key }}

{{ end }} {{ range .Pages }} {{ $authors := cond ($page.Param "paige.list.authors.hide" | not) (partial "paige/func-authors.html" .) "" }}