mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +02:00
✨ feat: global/individual toggle for KaTeX and copy button
Allow KaTeX and copy button to be enabled globally or for individual posts.
This commit is contained in:
parent
5cdc18e688
commit
edcfa359ef
9 changed files with 42 additions and 42 deletions
|
@ -143,6 +143,9 @@ copy_button = true
|
|||
# Adds backlinks to footnotes (loads ~500 bytes of JavaScripts).
|
||||
footnote_backlinks = false
|
||||
|
||||
# Enable KaTeX for all posts.
|
||||
katex = false
|
||||
|
||||
# Date format used when listing posts (main page, /blog section, tag posts list…)
|
||||
# Default is "6th July 2049" in English and "%d %B %Y" in other languages.
|
||||
long_date_format = "%d %B %Y"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue