Skip to content

Commit

Permalink
add keybase social link
Browse files Browse the repository at this point in the history
  • Loading branch information
tarpdalton committed Dec 28, 2017
1 parent 34d6f7b commit 94e36ca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions layouts/partials/social.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,10 @@
</a>
&nbsp;
{{end}}

{{ if .Site.Params.keybaseName }}
<a class="bloglogo" href="https://keybase.io/{{ .Site.Params.keybaseName }}" target="_blank">
<img src="images/keybase.svg" height="40" width="40">
</a>
&nbsp;
{{end}}

0 comments on commit 94e36ca

Please sign in to comment.