lib/caboodle/app/views/layout.haml in caboodle-0.2.2 vs lib/caboodle/app/views/layout.haml in caboodle-0.2.3
- old
+ new
@@ -27,19 +27,19 @@
= before_page
#page.hfeed
= before_header
%header#site-header
= above_header
- - if Caboodle::Site.logo_url
+ - unless Caboodle::Site.logo_url.blank?
#logo
%a{:href => "/", :rel => "home", :title => Caboodle::Site.title }
%img{:src=>Caboodle::Site.logo_url, :width=>"64", :height=>"64"}
- - if Caboodle::Site.title
+ - unless Caboodle::Site.title.blank?
#site-title
%h1
%a{:href => "/", :rel => "home", :title => Caboodle::Site.title }
= Caboodle::Site.title
- - if Caboodle::Site.description
+ - unless Caboodle::Site.description.blank?
#site-description
%h2= Caboodle::Site.description
#access
.skip-link
%a{:href => "#content", :title => "Skip navigation to the content"} Skip to content
\ No newline at end of file