<%- __js([ 'js/utils.js', 'js/main.js', 'js/header-shrink.js', 'js/back2top.js', 'js/dark-light-toggle.js' ]) %> <% if (theme.local_search.enable) { %> <%- __js('js/local-search.js') %> <% } %> <% if (theme.code_copy.enable) { %> <%- __js('js/code-copy.js') %> <% } %>
<% if (theme.toc.enable && is_post()) { %> <%- __js([ 'js/left-side-toggle.js', 'js/libs/anime.min.js', 'js/toc.js' ]) %> <% } %>
<% if (theme.pjax.enable === true) { %> <%- partial('pjax/pjax') %> <% } %>