%- js('/js/jquery-2.0.3.min') %>
<%- js('/js/lazyload.min') %>
<% if (theme.subtitle.enable){ %>
<% } %>
<% if (theme.toc && is_post() && !page.no_toc){ %>
<%- js('/js/tocbot.min') %>
<% } %>
<%- js('dist/main') %>
<% if (theme.image_viewer){ %>
<%- partial('viewer') %>
<% } %>
<% if (theme.mathjax){ %>
<%- partial('mathjax') %>
<% } %>
<% if (theme.katex.enable){ %>
<%- partial('katex') %>
<% } %>
<% if (theme.busuanzi && theme.busuanzi.enable){ %>
<%- js('/js/busuanzi-2.3.pure.min') %>
<% } %>
<% if (theme.click_effect===1){ %>
<%- js('/js/clickLove') %>
<% } %>
<% if (theme.click_effect===2){ %>
<%- js('/js/clickBoom1') %>
<% } %>
<% if (theme.click_effect===3){ %>
<%- js('/js/clickBoom2') %>
<% } %>
<% if (theme.copy_btn == true) { %>
<%- css('/css/clipboard') %>
<%- partial('post/clipboard') %>
<% } %>
<% if (theme.canvas_bg == 1) { %>
<%- js('/js/dz') %>
<% } %>