Fix author profile link texts (#1328)

This commit is contained in:
Louis Matthijssen 2017-11-05 16:10:57 +01:00 committed by Michael Rose
parent 61a6ac509a
commit d9a5efc666

View file

@ -134,7 +134,7 @@
{% if author.gitlab %} {% if author.gitlab %}
<li> <li>
<a href="https://gitlab.com/{{ author.gitlab }}" itemprop="sameAs"> <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> </a>
</li> </li>
{% endif %} {% endif %}
@ -142,7 +142,7 @@
{% if author.stackoverflow %} {% if author.stackoverflow %}
<li> <li>
<a href="https://www.stackoverflow.com/users/{{ author.stackoverflow }}" itemprop="sameAs"> <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> </a>
</li> </li>
{% endif %} {% endif %}
@ -206,7 +206,7 @@
{% if author.soundcloud %} {% if author.soundcloud %}
<li> <li>
<a href="https://soundcloud.com/{{ author.soundcloud }}" itemprop="sameAs"> <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> </a>
</li> </li>
{% endif %} {% endif %}