From 0c8f9aa213cc660d190bf96265d6f4d421a452de Mon Sep 17 00:00:00 2001 From: Thomas Freudenberg Date: Thu, 5 Mar 2015 23:42:51 +0100 Subject: [PATCH] Add optional link to XING profile --- _config.yml | 3 +-- _includes/_author-bio.html | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 304c0c0c..88b2f504 100644 --- a/_config.yml +++ b/_config.yml @@ -40,8 +40,7 @@ owner: ad-slot: 7855747535 bing-verify: D81F4C18A6CB3018F64D7C827D953DFD github: mmistakes - instagram: mmistakes - github: mmistakes + instagram: mmistakes include: [".htaccess"] exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules", "Gemfile", "Gemfile.lock", "LICENSE", "README.md"] 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 %}