move stylesheet after js

This commit is contained in:
Sam 2017-04-20 12:34:40 -04:00
parent 3d32158893
commit dfe3c162cc
1 changed files with 3 additions and 2 deletions

View File

@ -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' %>