mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
6 lines
230 B
Plaintext
6 lines
230 B
Plaintext
<link rel="stylesheet" href="{{ theme.vendors.katex }}">
|
|
{%- if theme.math.katex.copy_tex %}
|
|
<script src="{{ theme.vendors.copy_tex_js }}"></script>
|
|
<link rel="stylesheet" href="{{ theme.vendors.copy_tex_css }}">
|
|
{%- endif %}
|