feat: related posts + show tags

This commit is contained in:
Cory Dransfeldt 2024-08-25 10:44:47 -07:00
parent 9111405c3f
commit 510e07da4f
No known key found for this signature in database
19 changed files with 215 additions and 79 deletions

View file

@ -1,3 +1,15 @@
article.standalone .associated-media:last-of-type > hr {
display: none;
}
p + .associated-media,
img + .associated-media,
.banner + .associated-media,
youtube-video + .associated-media {
margin-top: var(--sizing-base);
border-top: var(--border-gray)
}
.footnotes {
& .footnotes-list {
margin-bottom: 0;
@ -11,6 +23,15 @@
display: inline;
}
}
& ~ youtube-video {
margin-top: var(--sizing-base);
}
& + .associated-media {
margin-top: var(--sizing-base);
border-top: var(--border-gray);
}
}
sup.footnote-ref {