Add #paige-metadata-rest

This commit is contained in:
Will Faught
2024-07-11 15:25:47 -07:00
parent 475491986f
commit 926be630b8
3 changed files with 11 additions and 1 deletions

View File

@@ -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" -}}

View File

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