initial
This commit is contained in:
9
themes/next/layout/_third-party/math/katex.swig
vendored
Normal file
9
themes/next/layout/_third-party/math/katex.swig
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
<link rel="stylesheet" href="{{ theme.math.katex.cdn }}"/>
|
||||
{% if theme.math.katex.copy_tex.enable %}
|
||||
{% if theme.math.katex.copy_tex.copy_tex_js %}
|
||||
<script src="{{ theme.math.katex.copy_tex.copy_tex_js }}"></script>
|
||||
{% endif %}
|
||||
{% if theme.math.katex.copy_tex.copy_tex_css %}
|
||||
<link rel="stylesheet" href="{{ theme.math.katex.copy_tex.copy_tex_css }}"/>
|
||||
{% endif %}
|
||||
{% endif %}
|
Reference in New Issue
Block a user