blog/themes/landscape/layout/_partial/sidebar.ejs

5 lines
187 B
Plaintext
Raw Normal View History

2016-02-29 14:25:06 +00:00
<aside id="sidebar"<% if (theme.sidebar === 'bottom'){ %> class="outer"<% } %>>
<% theme.widgets.forEach(function(widget){ %>
<%- partial('_widget/' + widget) %>
<% }) %>
</aside>