sutty/app/views/layouts/application.html.haml

16 lines
523 B
Plaintext
Raw Normal View History

2018-01-29 18:09:30 +00:00
!!!
%html
%head
%meta{content: "text/html; charset=UTF-8", 'http-equiv': "Content-Type"}/
%title Sutty
= csrf_meta_tags
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload'
%body{class: @has_cover ? 'background-cover' : ''}
.container-fluid
= yield
%footer.footer
%p{style: @has_cover ? 'color: white' : ''}
%a{href: 'https://0xacab.org/itacate-kefir/sutty'} Sutty
2018-01-29 22:19:47 +00:00
= t('footer.powered_by')
2018-01-29 18:09:30 +00:00
%a{href: 'https://kefir.red'} Kéfir