diff --git a/app/views/layouts/_head.html.erb b/app/views/layouts/_head.html.erb index e586fe4cbf..83a0bb75b6 100644 --- a/app/views/layouts/_head.html.erb +++ b/app/views/layouts/_head.html.erb @@ -5,8 +5,3 @@ <%= canonical_link_tag %> - -<%= render partial: "common/special_font_face" %> -<%= render partial: "common/discourse_stylesheet" %> - -<%= discourse_csrf_tags %> diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index a99675e835..fccbfb2686 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -5,6 +5,9 @@ <%= content_for?(:title) ? yield(:title) + ' - ' + SiteSetting.title : SiteSetting.title %> <%= render partial: "layouts/head" %> + <%= render partial: "common/special_font_face" %> + <%= render partial: "common/discourse_stylesheet" %> + <%= discourse_csrf_tags %> <%- if SiteSetting.enable_escaped_fragments? %>