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

6 lines
188 B
Plaintext

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