summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkyArrow <tommy351@gmail.com>2012-07-08 11:29:49 +0200
committerSkyArrow <tommy351@gmail.com>2012-07-08 11:29:49 +0200
commit0d2d56352f7b3627a723f03061348848c2053a98 (patch)
tree6c919c61bb22c61373c961527bdaa58fca42b561
parente51792ce7077574551166494c6df97cfa87d4b62 (diff)
parentd4ea35a34e7a5d6fd872edfc5612a13955f89198 (diff)
downloadoctopress-theme-jeyzu-0d2d56352f7b3627a723f03061348848c2053a98.zip
octopress-theme-jeyzu-0d2d56352f7b3627a723f03061348848c2053a98.tar.gz
Merge pull request #21 from mneorr/master
Added the ability to remove Twitter stream
-rw-r--r--source/_includes/banner.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/_includes/banner.html b/source/_includes/banner.html
index f91ce3b..af38f03 100644
--- a/source/_includes/banner.html
+++ b/source/_includes/banner.html
@@ -1,4 +1,4 @@
-{% if site.twitter_user %}
+{% if site.twitter_user and site.twitter_tweet_count > 0 %}
<div id="banner" class="inner">
<div class="container">
<ul class="feed"></ul>