From 4bd0345edaf1913da321f7c6bac41cde8b0a8a85 Mon Sep 17 00:00:00 2001 From: Thomas Freudenberg Date: Thu, 5 Mar 2015 23:42:51 +0100 Subject: [PATCH] added link to XING profile --- _config.yml | 1 + _includes/_author-bio.html | 1 + 2 files changed, 2 insertions(+) diff --git a/_config.yml b/_config.yml index 7b6fbd50..2fa10c3a 100644 --- a/_config.yml +++ b/_config.yml @@ -43,6 +43,7 @@ owner: github: #username stackoverflow: #http://stackoverflow.com/users/123456/username linkedin: #username + xing: #username instagram: #username lastfm: #username tumblr: #username diff --git a/_includes/_author-bio.html b/_includes/_author-bio.html index 9ee74d2b..f2fb2601 100644 --- a/_includes/_author-bio.html +++ b/_includes/_author-bio.html @@ -17,6 +17,7 @@ {% if author.facebook %} Facebook{% endif %} {% if author.google.plus %} Google+{% endif %} {% if author.linkedin %} LinkedIn{% endif %} + {% if author.xing %} XING{% endif %} {% if author.instagram %} Instagram{% endif %} {% if author.tumblr %} Tumblr{% endif %} {% if author.github %} Github{% endif %}