feat: related posts + show tags
This commit is contained in:
parent
9111405c3f
commit
510e07da4f
19 changed files with 215 additions and 79 deletions
|
@ -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 {
|
||||
|
|
Reference in a new issue