From a5d1bda7109862db3bf2c1668608b8ab9af13c50 Mon Sep 17 00:00:00 2001 From: Niklas Goerke Date: Thu, 4 Aug 2016 21:55:14 +0200 Subject: [PATCH] Add link to Xing profile to footer (Xing is similar to LinkedIn, popular in Germany) --- _config.yml | 2 ++ _includes/footer.html | 10 ++++++++++ 2 files changed, 12 insertions(+) diff --git a/_config.yml b/_config.yml index 760172c..7dc2669 100644 --- a/_config.yml +++ b/_config.yml @@ -45,6 +45,7 @@ author: github: yourname # eg. daattali twitter: yourname # eg. daattali linkedin: yourname # eg. daattali + xing: yourname # eg. daattali stackoverflow: yourlink # eg. "3943160/daattali" instagram: yourname # eg. daattali @@ -56,6 +57,7 @@ footer-links-active: twitter: true github: true linkedin: false + xing: false stackoverflow: false instagram: false diff --git a/_includes/footer.html b/_includes/footer.html index 2b21321..3d38489 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -52,6 +52,16 @@ + {% endif %} + {% if site.author.xing and site.footer-links-active.xing %} +
  • + + + + + + +
  • {% endif %} {% if site.author.stackoverflow and site.footer-links-active.stackoverflow %}