mirror of https://gitlab.com/curben/blog
10 lines
198 B
Plaintext
10 lines
198 B
Plaintext
|
<% if (is_post()) { %>
|
||
|
<%- js([
|
||
|
{ src: '/libs/clipboard-2.0.6.min.js', defer: true },
|
||
|
'/js/copy-button.js'
|
||
|
]) %>
|
||
|
<% } %>
|
||
|
|
||
|
<%/* javascript of Chameleon theme */%>
|
||
|
<%- js('/js/chameleon.js') %>
|