From a8bfbe2000420e10fe2b965167856e02ce3c80d8 Mon Sep 17 00:00:00 2001 From: Firmin Martin Date: Sat, 15 Dec 2018 15:55:57 +0100 Subject: [PATCH 1/2] Update social-links.html add stackexchange link. --- _includes/social-links.html | 2 ++ 1 file changed, 2 insertions(+) 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 %} From 3ec13960213d83ef4b0253e2e05f73bf60c52622 Mon Sep 17 00:00:00 2001 From: Firmin Martin Date: Sat, 15 Dec 2018 15:57:42 +0100 Subject: [PATCH 2/2] Update _config.yml add stackexchange link in `_config.yml`. --- _config.yml | 1 + 1 file changed, 1 insertion(+) 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