Cool-Y.github.io/themes/landscape/layout/_partial/sidebar.ejs

5 lines
187 B
Plaintext
Raw Permalink Normal View History

2019-04-02 08:28:32 +00:00
<aside id="sidebar"<% if (theme.sidebar === 'bottom'){ %> class="outer"<% } %>>
<% theme.widgets.forEach(function(widget){ %>
<%- partial('_widget/' + widget) %>
<% }) %>
</aside>