%- 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.clickLove){ %>
<%- js('/js/clickLove') %>
<% } %>
<% if (theme.clickBoom){ %>
<%- js('/js/clickBoom') %>
<% } %>
<% if (theme.copy_btn == true) { %>
<%- css('/css/clipboard') %>
<%- partial('post/clipboard') %>
<% } %>