Add theme stylesheet(s) to the crawler layout

This commit is contained in:
Angus McLeod 2018-03-19 09:15:58 +08:00 committed by Sam
parent 13a5e41fca
commit 0997eb6486

View File

@ -10,6 +10,9 @@
<%- else %>
<%= discourse_stylesheet_link_tag(mobile_view? ? :mobile : :desktop) %>
<%- end %>
<%- if theme_key %>
<%= discourse_stylesheet_link_tag(mobile_view? ? :mobile_theme : :desktop_theme) %>
<%- end %>
<%= theme_lookup("head_tag") %>
<%= render_google_universal_analytics_code %>
<%= yield :head %>