From bc1213dc66dfd6bf3fccf290023b6127d272a12c Mon Sep 17 00:00:00 2001
From: Rattkener <29561978+Rattkener@users.noreply.github.com>
Date: Thu, 6 May 2021 11:59:43 -0400
Subject: [PATCH] Added hackthebox.eu to social sidebar HTML
Chose to use the "fas fa-cube" icon since I saw it used elsewhere for the same purpose.
This uses a similar Param as all other socials:
[params.social]
hackthebox = # profile_id from: https://www.hackthebox.eu/home/users/profile/{profile_id}
---
layouts/partials/sidebar/social.html | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/layouts/partials/sidebar/social.html b/layouts/partials/sidebar/social.html
index d819f28..9c797c9 100644
--- a/layouts/partials/sidebar/social.html
+++ b/layouts/partials/sidebar/social.html
@@ -2,6 +2,10 @@
{{ with .Site.Params.social.twitter }}
{{ end }}
+ {{ with .Site.Params.social.hackthebox }}
+
+ {{ end }}
+ {{ with .Site.Para
{{ with .Site.Params.social.microblog }}
{{ end }}