From 7b704c9ee389e6987512e530b8fe4c360d279ba0 Mon Sep 17 00:00:00 2001 From: eugenius1 Date: Sun, 11 Sep 2016 02:33:25 +0100 Subject: [PATCH 1/2] font-awesome v4.6, with snapchat and updated instagram icons --- _layouts/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/base.html b/_layouts/base.html index 74b2ad5..c7a17a2 100644 --- a/_layouts/base.html +++ b/_layouts/base.html @@ -4,7 +4,7 @@ common-css: - "/css/bootstrap-social.css" - "/css/main.css" common-ext-css: - - "//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" + - "//maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css" common-googlefonts: - "Lora:400,700,400italic,700italic" - "Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" From 54bec47cfd5bbd0da806423537398fe8bfb53997 Mon Sep 17 00:00:00 2001 From: eugenius1 Date: Sun, 11 Sep 2016 02:34:37 +0100 Subject: [PATCH 2/2] footer: add google-plus, snapchat, spotify --- _config.yml | 8 +++++++- _includes/footer.html | 30 ++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index bd8d394..1d8ab1b 100644 --- a/_config.yml +++ b/_config.yml @@ -44,11 +44,14 @@ author: facebook: yourname # eg. daattali github: yourname # eg. daattali twitter: yourname # eg. daattali + google-plus: +yourname # eg. +DeanAttali or 109424658772469020925 linkedin: yourname # eg. daattali xing: yourname # eg. daattali stackoverflow: yourlink # eg. "3943160/daattali" + snapchat: yourname # eg. daattali instagram: yourname # eg. daattali - youtube: yourlink # eg. user/daattali or channel/daattali + youtube: yourlink # eg. user/daattali or channel/daattali + spotify: yourname # eg. daattali # Select which links to show in the footer footer-links-active: @@ -56,12 +59,15 @@ footer-links-active: facebook: true email: true twitter: true + google-plus: false github: true linkedin: false xing: false stackoverflow: false + snapchat: false instagram: false youtube: false + spotify: false # Select which share links to show in posts share-links-active: diff --git a/_includes/footer.html b/_includes/footer.html index cbf7f9d..50f245b 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -32,6 +32,16 @@ + {% endif %} + {% if site.author.google-plus and site.footer-links-active.google-plus %} +
  • + + + + + + +
  • {% endif %} {% if site.author.email and site.footer-links-active.email %}
  • @@ -73,6 +83,16 @@
  • {% endif %} + {% if site.author.snapchat and site.footer-links-active.snapchat %} +
  • + + + + + + +
  • + {% endif %} {% if site.author.instagram and site.footer-links-active.instagram %}
  • @@ -92,6 +112,16 @@
  • + {% endif %} + {% if site.author.spotify and site.footer-links-active.spotify %} +
  • + + + + + + +
  • {% endif %} {% if site.footer-links-active.rss %}