mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-28 13:44:13 -04:00
add [draft] mark
- to identify drafts from other posts
This commit is contained in:
parent
523098f87e
commit
d005d7d2bb
4 changed files with 19 additions and 4 deletions
|
@ -76,4 +76,10 @@
|
|||
right: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.entry-isdraft {
|
||||
display: inline;
|
||||
color: var(--secondary);
|
||||
font-size: 14px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue