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 %}