Skip to content

Commit

Permalink
Add skype link
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrachev committed Jan 5, 2016
1 parent 756dcce commit 4d2e5d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ github_username:
bitbucket_username:
stackoverflow_id:
twitter_username:
skype_username:
google_plus_id:
linkedin_username:
angellist_username:
Expand Down
3 changes: 3 additions & 0 deletions _includes/social_links.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
{% if site.twitter_username %}
<a class="fa fa-twitter" href="https://twitter.com/{{ site.twitter_username }}"></a>
{% endif %}
{% if site.skype_username %}
<a class="fa fa-skype" href="skype:{{ site.skype_username }}?userinfo"></a>
{% endif %}
{% if site.google_plus_id %}
<a class="fa fa-google-plus" href="https://plus.google.com/{{ site.google_plus_id }}/posts"></a>
{% endif %}
Expand Down

0 comments on commit 4d2e5d2

Please sign in to comment.