Skip to content

Commit e3e7f02

Browse files
lucascatonmmistakes
authored andcommitted
Remove 'www' from Stack Overflow URL (mmistakes#2054)
Stack Overflow is no longer including `www` in its URLs.
1 parent b242514 commit e3e7f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/author-profile.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h3 class="author__name" itemprop="name">{{ author.name }}</h3>
163163

164164
{% if author.stackoverflow %}
165165
<li>
166-
<a href="https://www.stackoverflow.com/users/{{ author.stackoverflow }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
166+
<a href="https://stackoverflow.com/users/{{ author.stackoverflow }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
167167
<i class="fab fa-fw fa-stack-overflow" aria-hidden="true"></i> Stack Overflow
168168
</a>
169169
</li>

0 commit comments

Comments
 (0)