Skip to content

Commit

Permalink
Merge pull request renyuanz#30 from antoniocoratelli/master
Browse files Browse the repository at this point in the history
Add gitlab social icon
  • Loading branch information
Renyuan authored Oct 3, 2016
2 parents ce13506 + 8d17505 commit 04815b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ owner:
ad-slot:
bing-verify:
github: #username
gitlab: #username
stackoverflow: #123456/username from a "http://stackoverflow.com/users/123456/username" link
linkedin: #username
skype: #username
Expand Down
1 change: 1 addition & 0 deletions _includes/social-links.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
{% if author.instagram %}<li><a href="http://instagram.com/{{ author.instagram }}" class="social-link-item" target="_blank"><i class="fa fa-fw fa-instagram"></i></a></li>{% endif %}
{% if author.tumblr %}<li><a href="http://{{ author.tumblr }}.tumblr.com" class="social-link-item" target="_blank"><i class="fa fa-fw fa-tumblr"></i></a></li>{% endif %}
{% if author.github %}<li><a href="http://github.com/{{ author.github }}" class="social-link-item" target="_blank"><i class="fa fa-fw fa-github"></i></a></li>{% endif %}
{% if author.gitlab %}<li><a href="http://gitlab.com/u/{{ author.gitlab }}" class="social-link-item" target="_blank"><i class="fa fa-fw fa-gitlab"></i></a></li>{% endif %}
{% if author.stackoverflow %}<li><a href="http://stackoverflow.com/users/{{ author.stackoverflow }}" class="social-link-item" target="_blank"><i class="fa fa-fw fa-stack-overflow"></i></a></li>{% endif %}
{% if author.lastfm %}<li><a href="http://lastfm.com/user/{{ author.lastfm }}" class="social-link-item" target="_blank"><i class="fa fa-fw fa-music"></i></a></li>{% endif %}
{% if author.dribbble %}<li><a href="http://dribbble.com/{{ author.dribbble }}" class="social-link-item" target="_blank"><i class="fa fa-fw fa-dribbble"></i></a></li>{% endif %}
Expand Down

0 comments on commit 04815b3

Please sign in to comment.