Skip to content

Commit

Permalink
Added sameAs (mmistakes#3087)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsolesen authored and minyoongi96 committed Aug 26, 2024
1 parent 8015512 commit d10eaf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/author-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h3 class="author__name p-name" itemprop="name">
{% if author.links %}
{% for link in author.links %}
{% if link.label and link.url %}
<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>
<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>
{% endif %}
{% endfor %}
{% endif %}
Expand Down Expand Up @@ -243,4 +243,4 @@ <h3 class="author__name p-name" itemprop="name">
{% include author-profile-custom-links.html %}
</ul>
</div>
</div>
</div>

0 comments on commit d10eaf7

Please sign in to comment.