mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 06:41:42 +00:00
permitir modificar el css de sutty
This commit is contained in:
parent
f69b782c1c
commit
35dc8b1584
1 changed files with 1 additions and 1 deletions
|
@ -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' : ''}
|
||||
|
|
Loading…
Reference in a new issue