Remove #paige-metadata-rest

master
Will Faught 12 months ago
parent b1935e7720
commit 43c6f33b8d

@ -1022,8 +1022,6 @@ Page identifiers:
<dd>The menu.</dd>
<dt><code>#paige-metadata</code></dt>
<dd>The metadata.</dd>
<dt><code>#paige-metadata-rest</code></dt>
<dd>The metadata except for the title and description.</dd>
<dt><code>#paige-next</code></dt>
<dd>The next page link.</dd>
<dt><code>#paige-pages</code></dt>

@ -27,7 +27,7 @@
{{ end }}
{{ if or $authors $date $keywords $readingtime $series }}
<div class="my-3" id="paige-metadata-rest">
<div class="my-3">
{{ with $keywords }}
<p class="{{ if $textkeywords }} mb-0 {{ end }} text-center {{ if $textkeywords }} text-secondary {{ end }}" id="paige-keywords">
{{ range $i, $term := . -}}

@ -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);

Loading…
Cancel
Save