hexo-theme-icarus/layout/plugin/back-to-top.ejs

8 lines
228 B
Plaintext
Raw Normal View History

<% if (head) { %>
<%- _css('css/back-to-top') %>
<% } else { %>
<a id="back-to-top" title="<%= __('plugin.backtotop') %>" href="javascript:;">
<i class="fas fa-chevron-up"></i>
</a>
<%- _js('js/back-to-top', true) %>
2018-10-22 04:51:51 +00:00
<% } %>