Remove 'www' from Stack Overflow URL (#2054)

Stack Overflow is no longer including `www` in its URLs.
This commit is contained in:
Lucas Caton 2019-02-05 23:07:16 +10:00 committed by Michael Rose
parent 622005cb44
commit ea2b6de555

View file

@ -163,7 +163,7 @@
{% if author.stackoverflow %}
<li>
<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">
<i class="fab fa-fw fa-stack-overflow" aria-hidden="true"></i> Stack Overflow
</a>
</li>