hexo-theme-amane/layout/plugin/animejs.ejs

7 lines
191 B
Plaintext
Raw Normal View History

2018-10-16 05:28:42 +00:00
<% if (plugin !== false) { %>
<% if (head) { %>
<style>body>.footer,body>.navbar,body>.section{opacity:0}</style>
2018-10-16 05:28:42 +00:00
<% } else { %>
<%- _js('js/animation') %>
2018-10-16 05:28:42 +00:00
<% } %>
<% } %>