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