turn off global options for katex and mermaid
they can be turned on for individual posts
This commit is contained in:
parent
caf4588ebd
commit
a9ac9eeb36
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,8 @@ toc = true
|
|||
bottom_footnotes = true
|
||||
copy_button = true
|
||||
code_block_name_links = true
|
||||
katex = true
|
||||
mermaid = true
|
||||
katex = false # can be set to true in individual posts as needed
|
||||
mermaid = false # can be set to true in individual posts as needed
|
||||
show_reading_time = false
|
||||
|
||||
copyright = "© $CURRENT_YEAR Fabian Montero $SEPARATOR Unless otherwise noted, the content in this website is available under the [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) license."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue