We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 532e9cc commit 337a89fCopy full SHA for 337a89f
1 file changed
_includes/footer.html
@@ -55,7 +55,7 @@
55
{% endif %}
56
{% if site.author.stackoverflow and site.footer-links-active.stackoverflow %}
57
<li>
58
- <a href="https://stackoverflow.com/{{ site.author.stackoverflow }}" title="StackOverflow">
+ <a href="https://stackoverflow.com/users/{{ site.author.stackoverflow }}" title="StackOverflow">
59
<span class="fa-stack fa-lg">
60
<i class="fa fa-circle fa-stack-2x"></i>
61
<i class="fa fa-stack-overflow fa-stack-1x fa-inverse"></i>
0 commit comments