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

6 lines
153 B
Plaintext
Raw Normal View History

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