mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-20 20:11:53 +02:00
This commit is contained in:
parent
f81b2f5f09
commit
9c5b68fb22
2 changed files with 43 additions and 41 deletions
|
@ -11,7 +11,9 @@ function _toogleZenMode(zendModeButton) {
|
|||
body.classList.toggle('zen-mode-enable');
|
||||
|
||||
// Show/Hide 'toc right' and 'toc inside'
|
||||
if (tocRight)
|
||||
tocRight.classList.toggle('lg:block');
|
||||
if (tocInside)
|
||||
tocInside.classList.toggle('lg:hidden');
|
||||
|
||||
// Change width of article content
|
||||
|
|
|
@ -67,7 +67,7 @@ smartTOCHideUnfocusedChildren = false
|
|||
showPagination = true
|
||||
invertPagination = false
|
||||
showReadingTime = true
|
||||
showTableOfContents = true
|
||||
showTableOfContents = false
|
||||
showRelatedContent = true
|
||||
relatedContentLimit = 6
|
||||
showTaxonomies = true
|
||||
|
|
Loading…
Add table
Reference in a new issue