mirror of
https://github.com/discourse/discourse.git
synced 2025-03-21 14:41:39 +08:00
Add theme stylesheet(s) to the crawler layout
This commit is contained in:
parent
13a5e41fca
commit
0997eb6486
@ -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 %>
|
||||
|
Loading…
x
Reference in New Issue
Block a user