Commit 756fb0c 1 parent ed16e39 commit 756fb0c Copy full SHA for 756fb0c
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ <h3 class="author__name">{{ author.name }}</h3>
70
70
< li > < a href ="https://bitbucket.org/{{ author.bitbucket }} "> < i class ="fab fa-fw fa-bitbucket " aria-hidden ="true "> </ i > Bitbucket</ a > </ li >
71
71
{% endif %}
72
72
{% 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 >
74
74
{% endif %}
75
75
{% if author.stackoverflow %}
76
76
< 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>
91
91
< li > < a href ="https://steamcommunity.com/id/{{ author.steam }} "> < i class ="fab fa-fw fa-steam-square " aria-hidden ="true "> </ i > Steam</ a > </ li >
92
92
{% endif %}
93
93
{% 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 >
95
95
{% endif %}
96
96
{% if author.soundcloud %}
97
97
< 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>
109
109
< li > < a href ="https://vine.co/u/{{ author.vine }} "> < i class ="fab fa-fw fa-vine " aria-hidden ="true "> </ i > Vine</ a > </ li >
110
110
{% endif %}
111
111
{% 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 >
113
113
{% endif %}
114
114
{% if author.pubmed %}
115
115
< li > < a href ="{{ author.pubmed }} "> < i class ="ai ai-pubmed-square ai-fw "> </ i > PubMed</ a > </ li >
You can’t perform that action at this time.
0 commit comments