hexo-theme-stellar/layout/_partial/plugins/parser/script.ejs

9 lines
320 B
Plaintext
Raw Normal View History

2024-01-21 19:56:04 +08:00
<% if (page.katex == true || theme.plugins.katex.enable) { %>
2024-01-04 13:39:50 +08:00
<%- partial('katex/script') %>
<% } %>
2024-01-21 19:56:04 +08:00
<% if (page.mathjax == true || theme.plugins.mathjax.enable) { %>
2024-01-04 10:54:18 +08:00
<%- partial('mathjax/script') %>
<% } %>
2024-01-21 19:56:04 +08:00
<% if (page.mermaid == true || theme.plugins.mermaid.enable) { %>
2024-01-04 10:54:18 +08:00
<%- partial('mermaid/script') %>
<% } %>