mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +00:00
9 lines
236 B
Plaintext
9 lines
236 B
Plaintext
{{ next_vendors('katex') }}
|
|
{%- if theme.math.katex.copy_tex %}
|
|
{{ next_vendors('copy_tex_css') }}
|
|
{{ next_data('katex', {
|
|
copy_tex_js: theme.vendors.copy_tex_js
|
|
}) }}
|
|
{{ next_js('third-party/math/katex.js') }}
|
|
{%- endif %}
|