summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler St. Onge <tylertstonge@gmail.com>2020-09-25 17:44:32 -0400
committerTyler St. Onge <tylertstonge@gmail.com>2020-09-25 17:44:32 -0400
commitc8dc8bdc033d6b7e94815361a62a2ea4d8e45bb5 (patch)
tree4c5ac04e34e8df8ad4620d2cf1db7ec706dee123
parent4f5398a1cae656d8c5e1ba1ec8d8e6f08bfe4df8 (diff)
add badges
-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 -->