We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b242514 commit e3e7f02Copy full SHA for e3e7f02
_includes/author-profile.html
@@ -163,7 +163,7 @@ <h3 class="author__name" itemprop="name">{{ author.name }}</h3>
163
164
{% if author.stackoverflow %}
165
<li>
166
- <a href="https://www.stackoverflow.com/users/{{ author.stackoverflow }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
+ <a href="https://stackoverflow.com/users/{{ author.stackoverflow }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
167
<i class="fab fa-fw fa-stack-overflow" aria-hidden="true"></i> Stack Overflow
168
</a>
169
</li>
0 commit comments