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