Skip to content

Commit 5f3f142

Browse files
committedNov 5, 2017
Fix author profile link texts (#1328)
1 parent d9a5efc commit 5f3f142

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎docs/_includes/author-profile.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -134,15 +134,15 @@ <h3 class="author__name" itemprop="name">{{ author.name }}</h3>
134134
{% if author.gitlab %}
135135
<li>
136136
<a href="https://gitlab.com/{{ author.gitlab }}" itemprop="sameAs">
137-
<i class="fa fa-fw fa-gitlab" aria-hidden="true"></i> Gitlab
137+
<i class="fa fa-fw fa-gitlab" aria-hidden="true"></i> GitLab
138138
</a>
139139
</li>
140140
{% endif %}
141141

142142
{% if author.stackoverflow %}
143143
<li>
144144
<a href="https://www.stackoverflow.com/users/{{ author.stackoverflow }}" itemprop="sameAs">
145-
<i class="fa fa-fw fa-stack-overflow" aria-hidden="true"></i> Stackoverflow
145+
<i class="fa fa-fw fa-stack-overflow" aria-hidden="true"></i> Stack Overflow
146146
</a>
147147
</li>
148148
{% endif %}
@@ -206,7 +206,7 @@ <h3 class="author__name" itemprop="name">{{ author.name }}</h3>
206206
{% if author.soundcloud %}
207207
<li>
208208
<a href="https://soundcloud.com/{{ author.soundcloud }}" itemprop="sameAs">
209-
<i class="fa fa-fw fa-soundcloud" aria-hidden="true"></i> Soundcloud
209+
<i class="fa fa-fw fa-soundcloud" aria-hidden="true"></i> SoundCloud
210210
</a>
211211
</li>
212212
{% endif %}

0 commit comments

Comments
 (0)