Merge branch 'main' into simpler-item-previews

This commit is contained in:
Emi Matchu 2024-07-07 21:11:32 -07:00
commit 83eec2db60

View file

@ -13,7 +13,6 @@
%link{href: image_path('favicon.png'), rel: 'icon'}
= yield :stylesheets
= stylesheet_link_tag "application"
= render 'analytics'
= yield :meta
= open_graph_tags
= csrf_meta_tag
@ -24,6 +23,7 @@
= javascript_include_tag 'application', defer: true
= yield :javascripts
= yield :head
= render 'analytics'
%body{:class => body_class}
#container
= yield :before_title