blog/themes/typing/layout/_partial/after-footer.ejs

10 lines
206 B
Plaintext
Raw Normal View History

<%- js('js/jquery.min') %>
<%- js('js/clipboard.min') %>
2018-09-10 09:21:59 +00:00
<% if (theme.fancybox){ %>
2018-09-18 09:10:59 +00:00
<%- css('fancybox/jquery.fancybox.min') %>
<%- js('fancybox/jquery.fancybox.min') %>
2018-09-10 09:21:59 +00:00
<% } %>
<%- js('js/typing') %>