mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2025-09-15 12:58:48 +08:00
10 lines
353 B
Plaintext
10 lines
353 B
Plaintext
link(rel="stylesheet" type="text/css" href=theme.CDN.katex)
|
|
script(src=url_for(theme.CDN.katex_copytex))
|
|
link(rel="stylesheet" type="text/css" href=theme.CDN.katex_copytex_css)
|
|
script.
|
|
(() => {
|
|
document.querySelectorAll('#article-container span.katex-display').forEach(item => {
|
|
btf.wrap(item, 'div', { class: 'katex-wrap'})
|
|
})
|
|
})()
|
|
|