added keybase.io share link
This commit is contained in:
parent
ff7b17393a
commit
917dc06c6f
@ -44,6 +44,7 @@ copyright = "© Copyright notice"
|
||||
googleplus = "Your Google+ user id"
|
||||
facebook = "Your Facebook username"
|
||||
stackoverflow = "Your Stackoverflow user id (number)"
|
||||
keybase = "Your keybase.io username"
|
||||
# Google Analytics API key.
|
||||
ga_api_key = "Your Google Analytics tracking id"
|
||||
# Mixpanel API key.
|
||||
|
@ -34,4 +34,9 @@
|
||||
<i class="fa fa-linkedin"></i>
|
||||
</a>
|
||||
{{ end }}
|
||||
{{ with .Site.Params.keybase }}
|
||||
<a href="https://keybase.io/{{ . }}" target="_blank">
|
||||
<i class="fa fa-key"></i>
|
||||
</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user