summaryrefslogtreecommitdiff
path: root/themes/hexo-theme-freemind.bithack/layout/_partial/sidebar.ejs
blob: cf34cb3c19066d028e4ee5330fafceb255890504 (plain)
1
2
3
4
5
6
7
<div class="col-md-3">
	<div id="sidebar">
	<% theme.widgets.forEach(function(widget){ %>
			<%- partial('../_widget/' + widget) %>
		<% }); %>
	</div> <!-- sidebar -->
</div> <!-- col-md-3 -->