mirror of https://gitlab.com/curben/blog
5 lines
187 B
Plaintext
5 lines
187 B
Plaintext
|
<aside id="sidebar"<% if (theme.sidebar === 'bottom'){ %> class="outer"<% } %>>
|
||
|
<% theme.widgets.forEach(function(widget){ %>
|
||
|
<%- partial('_widget/' + widget) %>
|
||
|
<% }) %>
|
||
|
</aside>
|