diff --git a/app/views/layouts/_site.haml b/app/views/layouts/_site.haml index c731c96..37769f6 100644 --- a/app/views/layouts/_site.haml +++ b/app/views/layouts/_site.haml @@ -1,5 +1,5 @@ - if (site = Site.first) - - if site.logo + - if site.logo.attached? = image_tag url_for(site.logo) %h1= site.title