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

8 lines
263 B
Plaintext

<% if (Array.isArray(theme.widgets) && theme.widgets.length > 0) { %>
<aside id="sidebar">
<% theme.widgets.forEach(function(widget) { %>
<%- partial('widget/' + widget) %>
<% }) %>
<div id="toTop" class="fa fa-angle-up"></div>
</aside>
<% } %>