We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d52f816 + c796127 commit a2de2feCopy full SHA for a2de2fe
app/views/layout.erb
@@ -10,7 +10,7 @@
10
11
<title><%= html_title(custom:settings.custom['html_title'], content: settings.custom['html_title_string']) %></title>
12
<link rel="stylesheet" type="text/css" href="<%= stylesheet_path 'application' %>" />
13
- <% if settings.custom[:stylesheet] %>
+ <% if settings.custom['stylesheet'] %>
14
<link rel="stylesheet" type="text/css" href="<%= stylesheet_path 'custom' %>" />
15
<% end %>
16
0 commit comments