Skip to content

Commit decae6e

Browse files
authored
Updates social-links.html
Adds lines 56-60: stackoverflow link
1 parent 2d12ede commit decae6e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

_includes/social-links.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@
5252
<svg class="icon icon-github"><use xlink:href="#icon-github"></use></svg>
5353
</a>
5454
{% 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+
5562

5663
{% if site.medium %}
5764
<a class="link" data-title="medium.com/@{{ site.medium }}" href="https://medium.com/@{{ site.medium }}" target="_blank">

0 commit comments

Comments
 (0)