summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorTommy Chen <tommy351@gmail.com>2012-06-03 05:52:41 +0200
committerTommy Chen <tommy351@gmail.com>2012-06-03 05:52:41 +0200
commit4c4714679b62a9509ddf619ae56bdbb345d42695 (patch)
tree7137dc058dc744c5e6a6130c77976daaa239960c /source
parentd46efadd346873d712f20d6f0046d409d656d3cf (diff)
parent2388df9a4112b704dfdd0feaebf7ad652fb6a4ab (diff)
downloadoctopress-theme-jeyzu-4c4714679b62a9509ddf619ae56bdbb345d42695.zip
octopress-theme-jeyzu-4c4714679b62a9509ddf619ae56bdbb345d42695.tar.gz
Merge branch 'master' of github.com:tommy351/Octopress-Theme-Slash
Diffstat (limited to 'source')
-rw-r--r--source/_includes/header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/_includes/header.html b/source/_includes/header.html
index 28b5630..fa076d1 100644
--- a/source/_includes/header.html
+++ b/source/_includes/header.html
@@ -5,7 +5,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 %}
@@ -29,4 +29,4 @@
<input type="hidden" name="q" value="site:{{ site.url | shorthand_url }}">
</form>
</div>
-{% include custom/header.html %} \ No newline at end of file
+{% include custom/header.html %}