Skip to content

Commit

Permalink
Merge pull request #15 from Tristor/master
Browse files Browse the repository at this point in the history
Add social icon for Keybase.io
  • Loading branch information
yoshiharuyamashita committed Jun 9, 2016
2 parents 8103131 + 52bb69c commit 66918f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions layouts/partials/social.html
Expand Up @@ -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>

0 comments on commit 66918f8

Please sign in to comment.