Add [future]/[expired] to future/expired posts

Implements adityatelange/hugo-PaperMod#1119
This commit is contained in:
Gina Häußge
2023-01-22 12:39:22 +01:00
parent d3d90be8a4
commit 2a4275686c
3 changed files with 7 additions and 1 deletions

View File

@ -81,7 +81,9 @@
}
.entry-cover,
.entry-isdraft {
.entry-isdraft,
.entry-isfuture,
.entry-isexpired {
font-size: 14px;
color: var(--secondary);
}