Skip to content

Commit

Permalink
Adds Keybase to the social media links
Browse files Browse the repository at this point in the history
  • Loading branch information
ecampidoglio committed Jan 14, 2021
1 parent cfbff67 commit 1e7277a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ style:
stackoverflow: 26396
twitter: ecampidoglio
linkedin: ecampidoglio
keybase: ecampidoglio
rss: http://feeds.feedburner.com/megakemp
#bitbucket:
#hacker_news:
Expand Down
6 changes: 6 additions & 0 deletions _includes/social.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@
</a>
{% endif %}

{% if site.style.social.keybase %}
<a title="{{ site.style.name }} on Keybase" href="https://keybase.io/{{ site.style.social.keybase }}">
<i class="fab fa-keybase"></i>
</a>
{% endif %}

{% if site.style.social.gplus %}
<a title="{{ site.style.name }} on Google Plus" href="https://plus.google.com/{{ site.style.social.gplus }}">
<i class="fa fa-google-plus-square"></i>
Expand Down

0 comments on commit 1e7277a

Please sign in to comment.