diff options
author | Tommy Chen <tommy351@gmail.com> | 2012-06-03 05:52:41 +0200 |
---|---|---|
committer | Tommy Chen <tommy351@gmail.com> | 2012-06-03 05:52:41 +0200 |
commit | 4c4714679b62a9509ddf619ae56bdbb345d42695 (patch) | |
tree | 7137dc058dc744c5e6a6130c77976daaa239960c | |
parent | d46efadd346873d712f20d6f0046d409d656d3cf (diff) | |
parent | 2388df9a4112b704dfdd0feaebf7ad652fb6a4ab (diff) | |
download | octopress-theme-jeyzu-4c4714679b62a9509ddf619ae56bdbb345d42695.zip octopress-theme-jeyzu-4c4714679b62a9509ddf619ae56bdbb345d42695.tar.gz |
Merge branch 'master' of github.com:tommy351/Octopress-Theme-Slash
-rw-r--r-- | source/_includes/header.html | 4 |
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 %} |