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 1/2] 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 }} From 610abac7b9cf59c2850d70916b9cd9b27f913b48 Mon Sep 17 00:00:00 2001 From: Rattkener <29561978+Rattkener@users.noreply.github.com> Date: Sun, 7 Nov 2021 01:18:28 -0600 Subject: [PATCH 2/2] Update social.html --- layouts/partials/sidebar/social.html | 1 - 1 file changed, 1 deletion(-) diff --git a/layouts/partials/sidebar/social.html b/layouts/partials/sidebar/social.html index 9c797c9..8b6ad85 100644 --- a/layouts/partials/sidebar/social.html +++ b/layouts/partials/sidebar/social.html @@ -5,7 +5,6 @@ {{ with .Site.Params.social.hackthebox }} {{ end }} - {{ with .Site.Para {{ with .Site.Params.social.microblog }} {{ end }}