hexo-theme-amane/layout/_partial/sidebar.ejs

6 lines
237 B
Plaintext

<aside id="sidebar"<% if (theme.sidebar === 'bottom'){ %> class="outer"<% } %>>
<% theme.widgets.forEach(function(widget){ %>
<%- partial('_widget/' + widget) %>
<% }) %>
<div id="toTop" class="fa fa-chevron-up"></div>
</aside>