1
0
Fork 0
forked from mirrors/hugo-tufte

Fix choice katex/mathjax switch

Fixes 
This commit is contained in:
slashformotion 2021-08-21 15:56:16 +02:00
commit 6bc21de118
6 changed files with 5 additions and 20 deletions

View file

@ -13,7 +13,7 @@ title = "Hugo-tufte Theme Example Site"
math = true
# (If math is enabled)
## if "katex" is set to true katex will be used to render LaTex, if not MathJax will be used instead
katex = false
katex = true
[params]
# Subtitle of the website

View file

@ -0,0 +1 @@
/* Nothing here yet, (This file is waiting your customizations) */

View file

@ -1,2 +0,0 @@
This file is the last hugo-tufte related css file
loaded by the theme, and so personal customization can go here.