From 7082fe29d4618223cc25bc3cecae9cfa2f82538f Mon Sep 17 00:00:00 2001 From: Mohsen Nosratinia Date: Fri, 19 Jul 2013 18:12:29 +0200 Subject: [PATCH] Added stackexchange icon to footer Also minor fix in google+ link in footer (no title/2 targets) --- _config.yml | 1 + _includes/footer.html | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 2cade34..ae76a85 100644 --- a/_config.yml +++ b/_config.yml @@ -14,6 +14,7 @@ owner: twitter: facebook: github: + stackexchange: linkedin: instagram: flickr: diff --git a/_includes/footer.html b/_includes/footer.html index e17c0c6..f4c4e51 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -2,8 +2,9 @@
{% if site.owner.twitter %}{% endif %} {% if site.owner.facebook %}{% endif %} - {% if site.owner.google_plus %}{% endif %} + {% if site.owner.google_plus %}{% endif %} {% if site.owner.linkedin %}{% endif %} + {% if site.owner.stackexchange %}{% endif %} {% if site.owner.instagram %}{% endif %} {% if site.owner.flickr %}{% endif %} {% if site.owner.github %}{% endif %}