From f9bb17391a64640cda85747c3d1dfdcfd35795aa Mon Sep 17 00:00:00 2001 From: eugenius1 Date: Sun, 31 Jul 2016 02:25:33 +0100 Subject: [PATCH 1/2] adding instagram to footer --- _config.yml | 1 + _includes/footer.html | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/_config.yml b/_config.yml index d35e187..774e4db 100644 --- a/_config.yml +++ b/_config.yml @@ -46,6 +46,7 @@ author: twitter: yourname # eg. daattali linkedin: yourname # eg. daattali stackoverflow: yourlink # eg. "3943160/daattali" + instagram: yourname # eg. daattali # Select which links to show in the footer footer-links-active: diff --git a/_includes/footer.html b/_includes/footer.html index 575c63a..2b21321 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -62,6 +62,16 @@ + {% endif %} + {% if site.author.instagram and site.footer-links-active.instagram %} +
  • + + + + + + +
  • {% endif %} {% if site.footer-links-active.rss %}
  • From d0df7f7885a55832a5260c4b4dd5a458be339946 Mon Sep 17 00:00:00 2001 From: eugenius1 Date: Sun, 31 Jul 2016 02:33:25 +0100 Subject: [PATCH 2/2] instagram footer-links-active --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 774e4db..760172c 100644 --- a/_config.yml +++ b/_config.yml @@ -57,6 +57,7 @@ footer-links-active: github: true linkedin: false stackoverflow: false + instagram: false # How to display the link to the website in the footer # Remove this if you don't want a link in the footer