hexo-theme-keep/layout/_partial/scripts.ejs

9 lines
199 B
Plaintext

<%- js([
'js/main.js',
'js/header-shrink.js',
'js/toggle-mode.js',
'js/scroll-to-top.js'
]) %>
<% if (theme.codeblock.copy_button.enable) { %>
<%- js('js/code-copy.js') %>
<% } %>