Files
blog/themes/butterfly/layout/includes/third-party/math/index.pug
2025-08-12 12:19:25 +08:00

14 lines
384 B
Plaintext

case theme.math.use
when 'mathjax'
if (theme.math.per_page && (['post','page'].includes(globalPageType))) || page.mathjax
include ./mathjax.pug
when 'katex'
if (theme.math.per_page && (['post','page'].includes(globalPageType))) || page.katex
include ./katex.pug
if theme.mermaid.enable
include ./mermaid.pug
if theme.chartjs.enable
include ./chartjs.pug