We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 053cba7 commit 6a5a5efCopy full SHA for 6a5a5ef
layouts/_default/baseof.html
@@ -52,7 +52,7 @@ <h1>Redirecting…</h1>
52
53
<link href="{{ relURL "favicon.ico" }}" rel='shortcut icon' type='image/x-icon'>
54
55
- {{ $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 }}
56
<link rel="stylesheet" href="{{ $style.RelPermalink }}">
57
<script src="{{ relURL "js/modernizr.js" }}"></script>
58
<script src="{{ relURL "js/modernize.js" }}"></script>
0 commit comments