Add #paige-metadata-rest
This commit is contained in:
@@ -1029,6 +1029,8 @@ 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>
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if or $authors $categories $date $readingtime $series $tags }}
|
{{ if or $authors $categories $date $readingtime $series $tags }}
|
||||||
<div class="mb-3">
|
<div id="paige-metadata-rest">
|
||||||
{{ if or $categories $tags }}
|
{{ if or $categories $tags }}
|
||||||
<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 := sort (append $categories $tags) "Title" -}}
|
{{ range $i, $term := sort (append $categories $tags) "Title" -}}
|
||||||
|
@@ -43,6 +43,14 @@
|
|||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#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