parent
1e661eb10f
commit
a41eee9516
3 changed files with 10 additions and 3 deletions
|
@ -104,7 +104,7 @@ author:
|
|||
vine :
|
||||
weibo :
|
||||
xing :
|
||||
youtube :
|
||||
youtube : # "https://youtube.com/c/MichaelRoseDesign"
|
||||
|
||||
|
||||
# Reading Files
|
||||
|
|
|
@ -179,7 +179,13 @@
|
|||
</li>
|
||||
{% endif %}
|
||||
|
||||
{% if author.youtube %}
|
||||
{% if author.youtube contains "://" %}
|
||||
<li>
|
||||
<a href="{{ author.youtube }}" itemprop="sameAs">
|
||||
<i class="fa fa-fw fa-youtube-square" aria-hidden="true"></i> YouTube
|
||||
</a>
|
||||
</li>
|
||||
{% else %}
|
||||
<li>
|
||||
<a href="https://www.youtube.com/user/{{ author.youtube }}" itemprop="sameAs">
|
||||
<i class="fa fa-fw fa-youtube-square" aria-hidden="true"></i> YouTube
|
||||
|
|
|
@ -106,7 +106,8 @@ author:
|
|||
vine :
|
||||
weibo :
|
||||
xing :
|
||||
youtube :
|
||||
youtube : # "https://youtube.com/c/MichaelRoseDesign"
|
||||
|
||||
|
||||
|
||||
# Reading Files
|
||||
|
|
Loading…
Reference in a new issue