Skip to content

Commit

Permalink
Fix author profile link texts (mmistakes#1328)
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisMT authored and mmistakes committed Nov 5, 2017
1 parent bfa8c91 commit 237c615
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _includes/author-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,15 @@ <h3 class="author__name" itemprop="name">{{ author.name }}</h3>
{% if author.gitlab %}
<li>
<a href="https://gitlab.com/{{ author.gitlab }}" itemprop="sameAs">
<i class="fa fa-fw fa-gitlab" aria-hidden="true"></i> Gitlab
<i class="fa fa-fw fa-gitlab" aria-hidden="true"></i> GitLab
</a>
</li>
{% endif %}

{% if author.stackoverflow %}
<li>
<a href="https://www.stackoverflow.com/users/{{ author.stackoverflow }}" itemprop="sameAs">
<i class="fa fa-fw fa-stack-overflow" aria-hidden="true"></i> Stackoverflow
<i class="fa fa-fw fa-stack-overflow" aria-hidden="true"></i> Stack Overflow
</a>
</li>
{% endif %}
Expand Down Expand Up @@ -206,7 +206,7 @@ <h3 class="author__name" itemprop="name">{{ author.name }}</h3>
{% if author.soundcloud %}
<li>
<a href="https://soundcloud.com/{{ author.soundcloud }}" itemprop="sameAs">
<i class="fa fa-fw fa-soundcloud" aria-hidden="true"></i> Soundcloud
<i class="fa fa-fw fa-soundcloud" aria-hidden="true"></i> SoundCloud
</a>
</li>
{% endif %}
Expand Down

0 comments on commit 237c615

Please sign in to comment.