diff --git a/layout/plugin/back-to-top.ejs b/layout/plugin/back-to-top.ejs index fbde83608..b70c0ce9f 100644 --- a/layout/plugin/back-to-top.ejs +++ b/layout/plugin/back-to-top.ejs @@ -1,8 +1,8 @@ <% if (head) { %> <%- _css('css/back-to-top') %> <% } else { %> - + <%- _js('js/back-to-top', true) %> -<% } %> \ No newline at end of file +<% } %>