Skip to content

Commit

Permalink
refactor: Homogenize indentation in index.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
zatteo committed Jun 10, 2024
1 parent afc7862 commit 214e5db
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<meta name="theme-color" content="#ffffff">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, viewport-fit=cover">
<% _.forEach(htmlWebpackPlugin.files.css, function(file) { %>
<link rel="stylesheet" href="<%- file %>">
<link rel="stylesheet" href="<%- file %>">
<% }); %>
<% if (__STACK_ASSETS__) { %>
{{.CozyBar}}
{{.CozyBar}}
<% } %>
{{.ThemeCSS}}
</head>
Expand All @@ -23,5 +23,5 @@
data-cozy="{{.CozyData}}"
>
<% _.forEach(htmlWebpackPlugin.files.js, function(file) { %>
<script src="<%- file %>"></script>
<script src="<%- file %>"></script>
<% }); %>

0 comments on commit 214e5db

Please sign in to comment.