summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/hexo-theme-freemind.bithack/layout/_partial/sidebar.ejs5
1 files changed, 4 insertions, 1 deletions
diff --git a/themes/hexo-theme-freemind.bithack/layout/_partial/sidebar.ejs b/themes/hexo-theme-freemind.bithack/layout/_partial/sidebar.ejs
index cf34cb3..6760acf 100644
--- a/themes/hexo-theme-freemind.bithack/layout/_partial/sidebar.ejs
+++ b/themes/hexo-theme-freemind.bithack/layout/_partial/sidebar.ejs
@@ -2,6 +2,9 @@
<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 -->