Add #paige-metadata-rest
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
{{ end }}
|
||||
|
||||
{{ if or $authors $categories $date $readingtime $series $tags }}
|
||||
<div class="mb-3">
|
||||
<div id="paige-metadata-rest">
|
||||
{{ if or $categories $tags }}
|
||||
<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" -}}
|
||||
|
@@ -43,6 +43,14 @@
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
#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);
|
||||
|
Reference in New Issue
Block a user