permitir modificar el css de sutty

This commit is contained in:
f 2019-02-11 16:15:40 -03:00
parent f69b782c1c
commit 35dc8b1584
No known key found for this signature in database
GPG key ID: F3FDAB97B5F9F7E7

View file

@ -10,7 +10,7 @@
%link{rel: 'stylesheet', type: 'text/css', href: @site.get_url_from_site(@site.config.dig('css'))}
- style = "background-image: url(#{@site.try(:cover) || image_url('background.jpg')})"
%body{class: @has_cover ? 'background-cover' : '', style: @has_cover ? style : ''}
.container-fluid
#sutty.container-fluid
= yield
%footer.footer
%p{style: @has_cover ? 'color: white' : ''}