Skip to content

Commit

Permalink
Add twitch to author
Browse files Browse the repository at this point in the history
  • Loading branch information
TeoCalvo committed Feb 4, 2024
1 parent 73c998c commit 1748b9c
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 @@ -72,10 +72,10 @@ <h3 class="author__name p-name" itemprop="name">
</li>
{% endif %}

{% if author.twitter %}
{% if author.twitch %}
<li>
<a href="https://twitch.tv/{{ author.twitch }}" itemprop="sameAs" rel="nofollow noopener noreferrer me">
<i class="fab fa-fw fa-twitch" aria-hidden="true"></i><span class="label">Twitter</span>
<i class="fab fa-fw fa-twitch" aria-hidden="true"></i><span class="label">Twitch</span>
</a>
</li>
{% endif %}
Expand Down

0 comments on commit 1748b9c

Please sign in to comment.