diff options
author | SkyArrow <tommy351@gmail.com> | 2012-07-08 11:29:49 +0200 |
---|---|---|
committer | SkyArrow <tommy351@gmail.com> | 2012-07-08 11:29:49 +0200 |
commit | 0d2d56352f7b3627a723f03061348848c2053a98 (patch) | |
tree | 6c919c61bb22c61373c961527bdaa58fca42b561 /source | |
parent | e51792ce7077574551166494c6df97cfa87d4b62 (diff) | |
parent | d4ea35a34e7a5d6fd872edfc5612a13955f89198 (diff) | |
download | octopress-theme-jeyzu-0d2d56352f7b3627a723f03061348848c2053a98.zip octopress-theme-jeyzu-0d2d56352f7b3627a723f03061348848c2053a98.tar.gz |
Merge pull request #21 from mneorr/master
Added the ability to remove Twitter stream
Diffstat (limited to 'source')
-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> |