mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-27 13:14:19 -04:00
add Table of Contents
- can be used by `ShowToc = true` in Single Post params
This commit is contained in:
parent
bfcf89ccca
commit
c06357a604
2 changed files with 12 additions and 0 deletions
|
@ -44,4 +44,10 @@
|
|||
margin-left: auto;
|
||||
padding-left: 18px;
|
||||
padding-right: 16px;
|
||||
}
|
||||
|
||||
.toc {
|
||||
border-bottom: 1px solid var(--border);
|
||||
font-size: 20px;
|
||||
font-weight: 500;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue