diff --git a/_config.yml b/_config.yml index 6579ac9c760..65e8469d2e0 100644 --- a/_config.yml +++ b/_config.yml @@ -42,6 +42,7 @@ twitter: username facebook: username github-url: username #stackoverflow: 123456/username from a "http://stackoverflow.com/users/123456/username" link +#stackexchange: 123456/username from a "http://stackexchange.com/users/123456/username" link #linkedin: username #xing: username instagram: username diff --git a/_includes/social-links.html b/_includes/social-links.html index 06d5304706c..c5c68412133 100644 --- a/_includes/social-links.html +++ b/_includes/social-links.html @@ -11,6 +11,8 @@

{% if site.medium %}{% endif %} {% if site.github-url %}{% endif %} {% if site.stackoverflow %}{% endif %} + {% if site.stackexchange %}{% endif %} + {% if site.lastfm %}{% endif %} {% if site.dribbble %}{% endif %} {% if site.pinterest %}{% endif %}