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

9 lines
226 B
Plaintext
Raw Normal View History

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