File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -134,15 +134,15 @@ <h3 class="author__name" itemprop="name">{{ author.name }}</h3>
134
134
{% if author.gitlab %}
135
135
< li >
136
136
< 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
138
138
</ a >
139
139
</ li >
140
140
{% endif %}
141
141
142
142
{% if author.stackoverflow %}
143
143
< li >
144
144
< 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
146
146
</ a >
147
147
</ li >
148
148
{% endif %}
@@ -206,7 +206,7 @@ <h3 class="author__name" itemprop="name">{{ author.name }}</h3>
206
206
{% if author.soundcloud %}
207
207
< li >
208
208
< 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
210
210
</ a >
211
211
</ li >
212
212
{% endif %}
You can’t perform that action at this time.
0 commit comments