Skip to content

Commit

Permalink
TO-DROP: do not minify the CSS, for easier fiddling
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Oct 20, 2024
1 parent 1bebf7e commit 45641f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h1>Redirecting&hellip;</h1>

<link href="{{ relURL "favicon.ico" }}" rel='shortcut icon' type='image/x-icon'>

{{ $style := resources.Get "sass/application.scss" | resources.ExecuteAsTemplate "application.scss" . | css.Sass | resources.Minify }}
{{ $style := resources.Get "sass/application.scss" | resources.ExecuteAsTemplate "application.scss" . | css.Sass }}
<link rel="stylesheet" href="{{ $style.RelPermalink }}">
<!--[if (gte IE 6)&(lte IE 8)]>
<script src="{{ relURL "js/selectivizr-min.js" }}"></script>
Expand Down

0 comments on commit 45641f7

Please sign in to comment.