Remove dependency on db during assets:precompile (#5138)
This commit is contained in:
parent
887cd94e96
commit
5b45c1646a
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
%head
|
||||
%meta{ content: 'text/html; charset=UTF-8', 'http-equiv' => 'Content-Type' }/
|
||||
%meta{ charset: 'utf-8' }/
|
||||
%title= safe_join([yield(:page_title), title], ' - ')
|
||||
%title= safe_join([yield(:page_title), Setting.default_settings['site_title']], ' - ')
|
||||
%meta{ content: 'width=device-width,initial-scale=1', name: 'viewport' }/
|
||||
= stylesheet_pack_tag 'common', media: 'all'
|
||||
= stylesheet_pack_tag Setting.default_settings['theme'], media: 'all'
|
||||
|
|
Loading…
Reference in a new issue