File tree 3 files changed +10
-3
lines changed
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ author:
104
104
vine :
105
105
weibo :
106
106
xing :
107
- youtube :
107
+ youtube : # "https://youtube.com/c/MichaelRoseDesign"
108
108
109
109
110
110
# Reading Files
Original file line number Diff line number Diff line change @@ -179,7 +179,13 @@ <h3 class="author__name" itemprop="name">{{ author.name }}</h3>
179
179
</ li >
180
180
{% endif %}
181
181
182
- {% if author.youtube %}
182
+ {% if author.youtube contains "://" %}
183
+ < li >
184
+ < a href ="{{ author.youtube }} " itemprop ="sameAs ">
185
+ < i class ="fa fa-fw fa-youtube-square " aria-hidden ="true "> </ i > YouTube
186
+ </ a >
187
+ </ li >
188
+ {% else %}
183
189
< li >
184
190
< a href ="https://www.youtube.com/user/{{ author.youtube }} " itemprop ="sameAs ">
185
191
< i class ="fa fa-fw fa-youtube-square " aria-hidden ="true "> </ i > YouTube
Original file line number Diff line number Diff line change @@ -106,7 +106,8 @@ author:
106
106
vine :
107
107
weibo :
108
108
xing :
109
- youtube :
109
+ youtube : # "https://youtube.com/c/MichaelRoseDesign"
110
+
110
111
111
112
112
113
# Reading Files
You can’t perform that action at this time.
0 commit comments