mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-20 19:02:33 +00:00
Remove KaTeX copy-tex.css
This commit is contained in:
parent
2e672c8c21
commit
8ce7e1b29d
@ -47,12 +47,6 @@ copy_tex_js:
|
|||||||
file: dist/contrib/copy-tex.min.js
|
file: dist/contrib/copy-tex.min.js
|
||||||
alias: KaTeX
|
alias: KaTeX
|
||||||
integrity: sha256-etSqbSVF4+Lwe8MGk/Vanc1sR+mWv+qOG73fxWw9p94=
|
integrity: sha256-etSqbSVF4+Lwe8MGk/Vanc1sR+mWv+qOG73fxWw9p94=
|
||||||
copy_tex_css:
|
|
||||||
name: katex
|
|
||||||
version: 0.15.6
|
|
||||||
file: dist/contrib/copy-tex.min.css
|
|
||||||
alias: KaTeX
|
|
||||||
integrity: sha256-Wk20U9mS/kHGcSgkjSiRezW5exqT6wAOKwySOaLotXM=
|
|
||||||
pjax:
|
pjax:
|
||||||
name: '@next-theme/pjax'
|
name: '@next-theme/pjax'
|
||||||
version: 0.5.0
|
version: 0.5.0
|
||||||
|
|||||||
1
layout/_third-party/math/katex.njk
vendored
1
layout/_third-party/math/katex.njk
vendored
@ -1,6 +1,5 @@
|
|||||||
{{ next_vendors('katex') }}
|
{{ next_vendors('katex') }}
|
||||||
{%- if theme.math.katex.copy_tex %}
|
{%- if theme.math.katex.copy_tex %}
|
||||||
{{ next_vendors('copy_tex_css') }}
|
|
||||||
{{ next_data('katex', {
|
{{ next_data('katex', {
|
||||||
copy_tex_js: theme.vendors.copy_tex_js
|
copy_tex_js: theme.vendors.copy_tex_js
|
||||||
}) }}
|
}) }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user