summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorDevin Wadsworth <devinwadsworth@gmail.com>2012-06-02 19:10:24 +0200
committerDevin Wadsworth <devinwadsworth@gmail.com>2012-06-02 19:10:24 +0200
commite4410c101fd3dd17909893ab441d67bd510db891 (patch)
treec54d70d633e1a137350e0791c90e024e7bef296b /source
parenta73784d1781ce6c5189e65efd85b10379cec59b3 (diff)
downloadoctopress-theme-jeyzu-e4410c101fd3dd17909893ab441d67bd510db891.zip
octopress-theme-jeyzu-e4410c101fd3dd17909893ab441d67bd510db891.tar.gz
should be possible to hide google plus
Diffstat (limited to 'source')
-rw-r--r--source/_includes/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/_includes/header.html b/source/_includes/header.html
index 2985d7f..168853d 100644
--- a/source/_includes/header.html
+++ b/source/_includes/header.html
@@ -9,7 +9,7 @@
{% if site.facebook_user %}
<a class="facebook" href="http://www.facebook.com/{{ site.facebook_user }}" title="Facebook">Facebook</a>
{% endif %}
- {% if site.googleplus_user %}
+ {% if site.googleplus_user and site.googleplus_hidden == false %}
<a class="google" href="https://plus.google.com/{{ site.googleplus_user }}" title="Google+">Google+</a>
{% endif %}
{% if site.twitter_user %}