summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorMarin Usalj <mneorr@gmail.com>2012-07-07 22:42:17 +0200
committerMarin Usalj <mneorr@gmail.com>2012-07-07 22:42:17 +0200
commitd4ea35a34e7a5d6fd872edfc5612a13955f89198 (patch)
tree6c919c61bb22c61373c961527bdaa58fca42b561 /source
parente51792ce7077574551166494c6df97cfa87d4b62 (diff)
downloadoctopress-theme-jeyzu-d4ea35a34e7a5d6fd872edfc5612a13955f89198.zip
octopress-theme-jeyzu-d4ea35a34e7a5d6fd872edfc5612a13955f89198.tar.gz
added the ability to remove Twitter stream from the top
Diffstat (limited to 'source')
-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>