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}
This commit is contained in:
Rattkener 2021-05-06 11:59:43 -04:00 committed by GitHub
parent 14b387e666
commit bc1213dc66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,10 @@
{{ with .Site.Params.social.twitter }} {{ with .Site.Params.social.twitter }}
<a href="https://twitter.com/{{.}}" rel="me"><i class="fab fa-twitter fa-lg" aria-hidden="true"></i></a> <a href="https://twitter.com/{{.}}" rel="me"><i class="fab fa-twitter fa-lg" aria-hidden="true"></i></a>
{{ end }} {{ end }}
{{ with .Site.Params.social.hackthebox }}
<a href="https://www.hackthebox.eu/home/users/profile/{{.}}" rel="me"><i class="fas fa-cube" aria-hidden="true"></i></a>
{{ end }}
{{ with .Site.Para
{{ with .Site.Params.social.microblog }} {{ with .Site.Params.social.microblog }}
<a href="https://micro.blog/{{.}}" rel="me"><i class="fab fa-microblog fa-lg" aria-hidden="true"></i></a> <a href="https://micro.blog/{{.}}" rel="me"><i class="fab fa-microblog fa-lg" aria-hidden="true"></i></a>
{{ end }} {{ end }}