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

6 lines
188 B
Plaintext
Raw Normal View History

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