Skip to content

Commit 337a89f

Browse files
committed
simplify stackoverflow link in footer; fixes daattali#15
1 parent 532e9cc commit 337a89f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
{% endif %}
5656
{% if site.author.stackoverflow and site.footer-links-active.stackoverflow %}
5757
<li>
58-
<a href="https://stackoverflow.com/{{ site.author.stackoverflow }}" title="StackOverflow">
58+
<a href="https://stackoverflow.com/users/{{ site.author.stackoverflow }}" title="StackOverflow">
5959
<span class="fa-stack fa-lg">
6060
<i class="fa fa-circle fa-stack-2x"></i>
6161
<i class="fa fa-stack-overflow fa-stack-1x fa-inverse"></i>

0 commit comments

Comments
 (0)