Remove #paige-metadata-rest
This commit is contained in:
@@ -1022,8 +1022,6 @@ Page identifiers:
|
|||||||
<dd>The menu.</dd>
|
<dd>The menu.</dd>
|
||||||
<dt><code>#paige-metadata</code></dt>
|
<dt><code>#paige-metadata</code></dt>
|
||||||
<dd>The metadata.</dd>
|
<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>
|
<dt><code>#paige-next</code></dt>
|
||||||
<dd>The next page link.</dd>
|
<dd>The next page link.</dd>
|
||||||
<dt><code>#paige-pages</code></dt>
|
<dt><code>#paige-pages</code></dt>
|
||||||
|
@@ -27,7 +27,7 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if or $authors $date $keywords $readingtime $series }}
|
{{ if or $authors $date $keywords $readingtime $series }}
|
||||||
<div class="my-3" id="paige-metadata-rest">
|
<div class="my-3">
|
||||||
{{ with $keywords }}
|
{{ with $keywords }}
|
||||||
<p class="{{ if $textkeywords }} mb-0 {{ end }} text-center {{ if $textkeywords }} text-secondary {{ end }}" id="paige-keywords">
|
<p class="{{ if $textkeywords }} mb-0 {{ end }} text-center {{ if $textkeywords }} text-secondary {{ end }}" id="paige-keywords">
|
||||||
{{ range $i, $term := . -}}
|
{{ range $i, $term := . -}}
|
||||||
|
@@ -47,14 +47,6 @@
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#paige-metadata-rest:empty {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#paige-metadata-rest:not(:empty) {
|
|
||||||
margin-bottom: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
padding: 0.5rem 1rem;
|
padding: 0.5rem 1rem;
|
||||||
border-left: 0.25rem solid var(--bs-border-color);
|
border-left: 0.25rem solid var(--bs-border-color);
|
||||||
|
Reference in New Issue
Block a user