Skip to content

Commit

Permalink
Fix template
Browse files Browse the repository at this point in the history
  • Loading branch information
denny committed Feb 28, 2021
1 parent ace3b46 commit 912c40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/halcyonic/views/includes/_head.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
<%= stylesheet_link_tag 'shinycms/admin_toolbar' if current_user_can? :view_admin_toolbar %>

<% plugins_with_main_site_head_templates.each do |plugin| %>
<%= render partial: "#{plugin.name.underscore}/includes/head_part" %>
<%= render partial: "#{plugin.underscore}/includes/head_part" %>
<% end %>
</head>

0 comments on commit 912c40b

Please sign in to comment.