Skip to content

Commit

Permalink
fix(html-webpack): fixed style tag generator typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Hayes committed Oct 21, 2020
1 parent 12b1fde commit a23064a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webpack/style-tags.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<% } %>
<% } else if (typeof htmlWebpackPlugin.options.liquidLayouts[page] !== 'undefined') { %>
<% conditions.push("layout == '" + page.split('.')[1] + "'") %>
<% } %>`
<% } %>
<% }); %>
{%- if <%= conditions.join(' or ') %> -%}
<link type="text/css" href="<%= src %>" rel="stylesheet">
Expand Down

0 comments on commit a23064a

Please sign in to comment.