sidebar.ejs 237 B

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