From 83b4fde1201048315d753456aa1cab67d3d740bc Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 8 Aug 2014 20:50:46 -0400 Subject: [PATCH] Fix Google+ variable in author sidebar --- _includes/_author-bio.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/_author-bio.html b/_includes/_author-bio.html index 6bfc79fc..038a857e 100644 --- a/_includes/_author-bio.html +++ b/_includes/_author-bio.html @@ -12,7 +12,7 @@ {% if author.email %} Email{% endif %} {% if author.twitter %} Twitter{% endif %} {% if author.facebook %} Facebook{% endif %} -{% if author.google_plus %} Google+{% endif %} +{% if author.google.plus %} Google+{% endif %} {% if author.linkedin %} LinkedIn{% endif %} {% if author.instagram %} Instagram{% endif %} {% if author.tumblr %} Tumblr{% endif %}