Added BitBucket and StackOverflow

Added the bitbucket and stackoverflow icons and social links
This commit is contained in:
Giuseppe Pignataro
2019-02-26 15:28:37 +01:00
parent bdddc4046c
commit 97496833bb
10 changed files with 75 additions and 7 deletions

View File

@@ -46,6 +46,12 @@
{{ with .Site.Params.Social.Codepen}}
<a href="https://codepen.io/{{.}}" rel="me noopener"><i class="iconfont icon-codepen"></i></a>
{{ end }}
{{ with .Site.Params.Social.Bitbucket}}
<a href="https://bitbucket.org/{{.}}" rel="me noopener"><i class="iconfont icon-bitbucket"></i></a>
{{ end }}
{{ with .Site.Params.Social.Stackoverflow}}
<a href="https://stackoverflow.com/users/{{.}}" rel="me noopener"><i class="iconfont icon-stack-overflow"></i></a>
{{ end }}