Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/LordMathis/hugo-theme-nix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatúš Námešný <namesny.matus@gmail.com>2017-11-29 15:22:19 +0300
committerGitHub <noreply@github.com>2017-11-29 15:22:19 +0300
commitb9afe18cc8a539c82a519d33afb19a8cb65565e4 (patch)
treed693ed18a585f13e117965ffe792caa0db7dc383 /layouts
parente3a7457ca37c59949c14f9e7b0af751da3f3d17f (diff)
parent3c0f10bae51e814cfbaeba1b19214d363a07695d (diff)
Merge pull request #30 from nickanderson/more-social
Add more social links
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/social.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/layouts/partials/social.html b/layouts/partials/social.html
index 4d28ae7..e1e2000 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -1,3 +1,12 @@
+{{ with .Site.Params.GnuPGFingerprint }}
+<a href="https://pgp.key-server.io/pks/lookup?op=vindex&search=0x{{.}}" title="GPG"><i class="fa fa-unlock-alt fa-3x" aria-hidden="true"></i></a>
+{{ end }}
+{{ with .Site.Params.StackExchangeID }}
+<a href="https://stackexchange.com/users/{{.}}" title="StackExchange"><i class="fa fa-stack-exchange fa-3x" aria-hidden="true"></i></a>
+{{ end }}
+{{ with .Site.Params.StackOverflowID }}
+<a href="https://stackoverflow.com/users/{{.}}" title="StackExchange"><i class="fa fa-stack-overflow fa-3x" aria-hidden="true"></i></a>
+{{ end }}
{{ with .Site.Params.SlackURL }}
<a href="{{.}}" title="Slack"><i class="fa fa-slack fa-3x" aria-hidden="true"></i></a>
{{ end }}
@@ -10,6 +19,9 @@
{{ with .Site.Params.FacebookID }}
<a href="https://facebook.com/{{.}}" title="Facebook"><i class="fa fa-facebook fa-3x" aria-hidden="true"></i></a>
{{ end }}
+{{ with .Site.Params.BitbucketID }}
+<a href="https://bitbucket.org/{{.}}" title="Bitbucket"><i class="fa fa-bitbucket fa-3x" aria-hidden="true"></i></a>
+{{ end }}
{{ with .Site.Params.GithubID }}
<a href="https://github.com/{{.}}" title="GitHub"><i class="fa fa-github fa-3x" aria-hidden="true"></i></a>
{{ end }}