|
@ -11,8 +11,10 @@ |
|
|
%meta{:name => "theme-color", :content => "#282c37"}/ |
|
|
%meta{:name => "theme-color", :content => "#282c37"}/ |
|
|
%meta{:name => "apple-mobile-web-app-capable", :content => "yes"}/ |
|
|
%meta{:name => "apple-mobile-web-app-capable", :content => "yes"}/ |
|
|
|
|
|
|
|
|
%title |
|
|
|
|
|
= "#{yield(:page_title)} - " if content_for?(:page_title) |
|
|
|
|
|
|
|
|
%title< |
|
|
|
|
|
- if content_for?(:page_title) |
|
|
|
|
|
= yield(:page_title) |
|
|
|
|
|
= ' - ' |
|
|
= Setting.site_title |
|
|
= Setting.site_title |
|
|
|
|
|
|
|
|
= stylesheet_link_tag 'application', media: 'all' |
|
|
= stylesheet_link_tag 'application', media: 'all' |
|
|