File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ <h3 class="author__name p-name" itemprop="name">
34
34
{% if author.links %}
35
35
{% for link in author.links %}
36
36
{% if link.label and link.url %}
37
- < li > < a href ="{{ link.url }} " rel ="nofollow noopener noreferrer me "> < i class ="{{ link.icon | default: 'fas fa-link' }} " aria-hidden ="true "> </ i > < span class ="label "> {{ link.label }}</ span > </ a > </ li >
37
+ < li > < a href ="{{ link.url }} " rel ="nofollow noopener noreferrer me "{% if link.url contains 'http' %} itemprop=" sameAs " {% endif %} > < i class ="{{ link.icon | default: 'fas fa-link' }} " aria-hidden ="true "> </ i > < span class ="label "> {{ link.label }}</ span > </ a > </ li >
38
38
{% endif %}
39
39
{% endfor %}
40
40
{% endif %}
@@ -243,4 +243,4 @@ <h3 class="author__name p-name" itemprop="name">
243
243
{% include author-profile-custom-links.html %}
244
244
</ ul >
245
245
</ div >
246
- </ div >
246
+ </ div >
You can’t perform that action at this time.
0 commit comments