diff --git a/README.md b/README.md index 11b41a9d..6db84788 100644 --- a/README.md +++ b/README.md @@ -1022,8 +1022,6 @@ Page identifiers:
The menu.
#paige-metadata
The metadata.
-
#paige-metadata-rest
-
The metadata except for the title and description.
#paige-next
The next page link.
#paige-pages
diff --git a/layouts/partials/paige/page-header.html b/layouts/partials/paige/page-header.html index 3cb19abc..49313b78 100644 --- a/layouts/partials/paige/page-header.html +++ b/layouts/partials/paige/page-header.html @@ -27,7 +27,7 @@ {{ end }} {{ if or $authors $date $keywords $readingtime $series }} -
+
{{ with $keywords }}

{{ range $i, $term := . -}} diff --git a/layouts/partials/paige/style.html b/layouts/partials/paige/style.html index b798c338..f4f95f4b 100644 --- a/layouts/partials/paige/style.html +++ b/layouts/partials/paige/style.html @@ -47,14 +47,6 @@ margin-bottom: 0; } -#paige-metadata-rest:empty { - margin-bottom: 0; -} - -#paige-metadata-rest:not(:empty) { - margin-bottom: 1rem; -} - blockquote { padding: 0.5rem 1rem; border-left: 0.25rem solid var(--bs-border-color);