Add keybase support

Adressing #96
This commit is contained in:
Michael Noronha
2018-07-30 22:35:44 -07:00
parent c5608bd5eb
commit 89ce6d60ba
2 changed files with 7 additions and 0 deletions

View File

@@ -61,6 +61,12 @@
</a>
{{ end }}
{{ if .Site.Params.keybase }}
<a href="https://keybase.io/{{ .Site.Params.keybase}}" target="_blank">
<img class="icon" src="{{ .Site.BaseURL }}img/keybase.svg" alt="keybase" />
</a>
{{ end }}
{{ if .Site.Params.email }}
<a href="mailto:{{ .Site.Params.email }}">
<img class="icon" src="{{ .Site.BaseURL }}img/email.svg" alt="email" />