You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
401 B
18 lines
401 B
9 months ago
|
if theme.mathjax && theme.mathjax.enable
|
||
|
if theme.mathjax.per_page
|
||
|
if is_post() || is_page()
|
||
|
include ./mathjax.pug
|
||
|
else
|
||
|
if page.mathjax
|
||
|
include ./mathjax.pug
|
||
|
|
||
|
if theme.katex && theme.katex.enable
|
||
|
if theme.katex.per_page
|
||
|
if is_post() || is_page()
|
||
|
include ./katex.pug
|
||
|
else
|
||
|
if page.katex
|
||
|
include ./katex.pug
|
||
|
|
||
|
if theme.mermaid.enable
|
||
|
include ./mermaid.pug
|