Skip to content

Commit 756fb0c

Browse files
committed
Fix YT link
1 parent ed16e39 commit 756fb0c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_includes/author-profile.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h3 class="author__name">{{ author.name }}</h3>
7070
<li><a href="https://bitbucket.org/{{ author.bitbucket }}"><i class="fab fa-fw fa-bitbucket" aria-hidden="true"></i> Bitbucket</a></li>
7171
{% endif %}
7272
{% if author.github %}
73-
<li><a href="https://github.com/{{ author.github }}"><i class="fab fa-fw fa-github" aria-hidden="true"></i> Github</a></li>
73+
<li><a href="https://github.com/{{ author.github }}"><i class="fab fa-fw fa-github" aria-hidden="true"></i> github</a></li>
7474
{% endif %}
7575
{% if author.stackoverflow %}
7676
<li><a href="https://www.stackoverflow.com/users/{{ author.stackoverflow }}"><i class="fab fa-fw fa-stack-overflow" aria-hidden="true"></i> Stackoverflow</a></li>
@@ -91,7 +91,7 @@ <h3 class="author__name">{{ author.name }}</h3>
9191
<li><a href="https://steamcommunity.com/id/{{ author.steam }}"><i class="fab fa-fw fa-steam-square" aria-hidden="true"></i> Steam</a></li>
9292
{% endif %}
9393
{% if author.youtube %}
94-
<li><a href="https://www.youtube.com/user/{{ author.youtube }}"><i class="fab fa-fw fa-youtube" aria-hidden="true"></i> YouTube</a></li>
94+
<li><a href="{{ author.youtube }}"><i class="fab fa-fw fa-youtube" aria-hidden="true"></i> youtube</a></li>
9595
{% endif %}
9696
{% if author.soundcloud %}
9797
<li><a href="https://soundcloud.com/{{ author.soundcloud }}"><i class="fab fa-fw fa-soundcloud" aria-hidden="true"></i> Soundcloud</a></li>
@@ -109,7 +109,7 @@ <h3 class="author__name">{{ author.name }}</h3>
109109
<li><a href="https://vine.co/u/{{ author.vine }}"><i class="fab fa-fw fa-vine" aria-hidden="true"></i> Vine</a></li>
110110
{% endif %}
111111
{% if author.googlescholar %}
112-
<li><a href="{{ author.googlescholar }}"><i class="fas fa-fw fa-graduation-cap"></i> Google Scholar</a></li>
112+
<li><a href="{{ author.googlescholar }}"><i class="fas fa-fw fa-graduation-cap"></i> google scholar</a></li>
113113
{% endif %}
114114
{% if author.pubmed %}
115115
<li><a href="{{ author.pubmed }}"><i class="ai ai-pubmed-square ai-fw"></i> PubMed</a></li>

images/april-logo.png

73.8 KB
Loading

0 commit comments

Comments
 (0)