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

github.com/yoshiharuyamashita/blackburn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortristor <tristor@gmail.com>2016-05-16 02:21:38 +0300
committertristor <tristor@gmail.com>2016-05-16 02:21:38 +0300
commit52bb69c37b8062df3e6b6da9f661169ac28d424e (patch)
treec582d18cdcb26b7c27b221db102bd7bea4ee39b8 /layouts
parent8103131976363a8e6d53abc8ca01cee1fc6871c8 (diff)
Add social icon for Keybase.io
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/social.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/partials/social.html b/layouts/partials/social.html
index 4594465..f782a8c 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -124,6 +124,12 @@
<a class="pure-menu-link" href="https://stackoverflow.com/users/{{ . }}" target="_blank"><i class="fa fa-stack-overflow fa-fw"></i>Stack Overflow</a>
</li>
{{ end }}
+
+ {{ with .Site.Social.keybase }}
+ <li class="pure-menu-item">
+ <a class="pure-menu-link" href="https://keybase.io/{{ . }}" target="_blank"><i class="fa fa-key fa-fw"></i>Keybase</a>
+ </li>
+ {{ end }}
</ul>
</div>