summaryrefslogtreecommitdiff
path: root/themes/hexo-theme-freemind.bithack/layout/_partial/sidebar.ejs
blob: 6760acf359ca6e6b54529b8d6499ac9476d27191 (plain)
1
2
3
4
5
6
7
8
9
10
<div class="col-md-3">
	<div id="sidebar">
	<% theme.widgets.forEach(function(widget){ %>
			<%- partial('../_widget/' + widget) %>
	<% }); %>
	<br />
	<script src="https://tryhackme.com/badge/179611"></script>
	<img src="http://www.hackthebox.eu/badge/image/389297" alt="Hack The Box">
	</div> <!-- sidebar -->
</div> <!-- col-md-3 -->