We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d12ede commit decae6eCopy full SHA for decae6e
_includes/social-links.html
@@ -52,6 +52,13 @@
52
<svg class="icon icon-github"><use xlink:href="#icon-github"></use></svg>
53
</a>
54
{% endif %}
55
+
56
+ {% if site.stackoverflow %}
57
+ <a class="link" data-title="stackoverflow.com/users/{{ site.stackoverflow }}" href="http://stackoverflow.com/users/{{ site.stackoverflow }}" target="_blank">
58
+ <svg class="icon icon-stackoverflow"><use xlink:href="#icon-stackoverflow"></use></svg>
59
+ </a>
60
+ {% endif %}
61
62
63
{% if site.medium %}
64
<a class="link" data-title="medium.com/@{{ site.medium }}" href="https://medium.com/@{{ site.medium }}" target="_blank">
0 commit comments