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