forked from OpenNeo/impress
Merge branch 'main' into simpler-item-previews
This commit is contained in:
commit
83eec2db60
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,6 @@
|
||||||
%link{href: image_path('favicon.png'), rel: 'icon'}
|
%link{href: image_path('favicon.png'), rel: 'icon'}
|
||||||
= yield :stylesheets
|
= yield :stylesheets
|
||||||
= stylesheet_link_tag "application"
|
= stylesheet_link_tag "application"
|
||||||
= render 'analytics'
|
|
||||||
= yield :meta
|
= yield :meta
|
||||||
= open_graph_tags
|
= open_graph_tags
|
||||||
= csrf_meta_tag
|
= csrf_meta_tag
|
||||||
|
@ -24,6 +23,7 @@
|
||||||
= javascript_include_tag 'application', defer: true
|
= javascript_include_tag 'application', defer: true
|
||||||
= yield :javascripts
|
= yield :javascripts
|
||||||
= yield :head
|
= yield :head
|
||||||
|
= render 'analytics'
|
||||||
%body{:class => body_class}
|
%body{:class => body_class}
|
||||||
#container
|
#container
|
||||||
= yield :before_title
|
= yield :before_title
|
||||||
|
|
Loading…
Reference in a new issue