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:
parent
14b387e666
commit
bc1213dc66
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
|||
{{ with .Site.Params.social.twitter }}
|
||||
<a href="https://twitter.com/{{.}}" rel="me"><i class="fab fa-twitter fa-lg" aria-hidden="true"></i></a>
|
||||
{{ 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 }}
|
||||
<a href="https://micro.blog/{{.}}" rel="me"><i class="fab fa-microblog fa-lg" aria-hidden="true"></i></a>
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue