This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
spdocker/themes/spd/layout/_partial/sidebar.ejs
2018-03-07 15:58:54 +11:00

13 lines
277 B
Plaintext

<!-- Sidebar Container -->
<div class="
col-lg-3 col-lg-offset-0
col-md-3 col-md-offset-0
col-sm-12
col-xs-12
sidebar-container
">
<% theme.widgets.forEach(function(widget){ %>
<%- partial('_widget/' + widget) %>
<hr>
<% }) %>
</div>