move stylesheet after js
This commit is contained in:
parent
3d32158893
commit
dfe3c162cc
|
@ -6,8 +6,6 @@
|
|||
<meta name="description" content="<%= @description_meta || SiteSetting.site_description %>">
|
||||
<meta name="discourse_theme_key" content="<%= theme_key %>">
|
||||
<%= render partial: "layouts/head" %>
|
||||
<%= render partial: "common/special_font_face" %>
|
||||
<%= render partial: "common/discourse_stylesheet" %>
|
||||
<%= discourse_csrf_tags %>
|
||||
|
||||
<%- if SiteSetting.enable_escaped_fragments? %>
|
||||
|
@ -52,6 +50,9 @@
|
|||
<meta name="apple-itunes-app" content="app-id=1173672076">
|
||||
<%- end %>
|
||||
|
||||
<%= render partial: "common/discourse_stylesheet" %>
|
||||
<%= render partial: "common/special_font_face" %>
|
||||
|
||||
<%= yield :head %>
|
||||
|
||||
<%= raw build_plugin_html 'before-head-close' %>
|
||||
|
|
Loading…
Reference in New Issue