Skip to content

Commit bd58676

Browse files
committed
πŸ—„ chore: Hide heading anchors and TOC
close #21
1 parent 1d21297 commit bd58676

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

β€Žconfig/_default/params.tomlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ fingerprintAlgorithm = "sha256"
4343
showEdit = false
4444
editURL = "https://github.com/tomy0000000/blog/tree/main/content/"
4545
editAppendPath = true
46-
showHeadingAnchors = true
46+
showHeadingAnchors = false
4747
showPagination = false
4848
invertPagination = false
4949
showReadingTime = false
50-
showTableOfContents = true
50+
showTableOfContents = false
5151
showTaxonomies = true
5252
showWordCount = false
5353
showComments = true

β€Žconfig/staging/params.tomlβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# https://jpanther.github.io/congo/docs/configuration/#theme-parameters
77

88
[article]
9+
showHeadingAnchors = true
910
showReadingTime = true
1011
showWordCount = true
1112
showComments = false

0 commit comments

Comments
Β (0)