We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baea09b commit 1c79364Copy full SHA for 1c79364
_includes/author-profile.html
@@ -59,7 +59,7 @@ <h3 class="author__name p-name" itemprop="name">
59
{% if author.keybase %}
60
<li>
61
<a href="https://keybase.io/{{ author.keybase }}" itemprop="sameAs" rel="nofollow noopener noreferrer me">
62
- <i class="fas fa-fw fa-key" aria-hidden="true"></i><span class="label">Keybase</span>
+ <i class="fab fa-fw fa-keybase" aria-hidden="true"></i><span class="label">Keybase</span>
63
</a>
64
</li>
65
{% endif %}
0 commit comments