mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-15 05:16:37 +00:00
fix: remove h3 from toc
This commit is contained in:
parent
24954704f9
commit
dd17ab3d37
|
@ -4,8 +4,6 @@
|
|||
.td-sidebar-toc {
|
||||
@include link-decoration;
|
||||
|
||||
border-left: 1px solid $border-color;
|
||||
|
||||
@supports (position: sticky) {
|
||||
position: sticky;
|
||||
top: 4rem;
|
||||
|
@ -15,7 +13,6 @@
|
|||
|
||||
order: 2;
|
||||
padding-top: 0.75rem;
|
||||
padding-bottom: 1.5rem;
|
||||
vertical-align: top;
|
||||
|
||||
.td-page-meta a {
|
||||
|
|
|
@ -60,6 +60,10 @@ time_format_default = "02.01.2006"
|
|||
time_format_blog = "02.01.2006"
|
||||
|
||||
[markup]
|
||||
[markup.tableOfContents]
|
||||
startLevel = 2
|
||||
endLevel = 2
|
||||
ordered = false
|
||||
[markup.goldmark]
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
|
|
Loading…
Reference in a new issue