diff options
author | Marin Usalj <mneorr@gmail.com> | 2012-07-07 22:42:17 +0200 |
---|---|---|
committer | Marin Usalj <mneorr@gmail.com> | 2012-07-07 22:42:17 +0200 |
commit | d4ea35a34e7a5d6fd872edfc5612a13955f89198 (patch) | |
tree | 6c919c61bb22c61373c961527bdaa58fca42b561 | |
parent | e51792ce7077574551166494c6df97cfa87d4b62 (diff) | |
download | octopress-theme-jeyzu-d4ea35a34e7a5d6fd872edfc5612a13955f89198.zip octopress-theme-jeyzu-d4ea35a34e7a5d6fd872edfc5612a13955f89198.tar.gz |
added the ability to remove Twitter stream from the top
-rw-r--r-- | source/_includes/banner.html | 2 |
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> |