mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Add theme stylesheet(s) to the crawler layout
This commit is contained in:
parent
13a5e41fca
commit
0997eb6486
1 changed files with 5 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue