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 1d83ce2 commit 8a98c52Copy full SHA for 8a98c52
themes/influencer-hugo/layouts/partials/head.html
@@ -14,7 +14,7 @@
14
<meta name="msapplication-TileColor" content="#5a3699">
15
<meta name="msapplication-config" content="{{ `images/favicons/browserconfig.xml` | absURL }}">
16
<meta name="theme-color" content="#5a3699">
17
- {{ with resources.Get "scss/style.scss" | toCSS (dict "outputStyle" "compressed") | postCSS }}
+ {{ with resources.Get "scss/style.scss" | toCSS | postCSS | minify }}
18
<style>{{ .Content | safeCSS }}</style>
19
{{ end }}
20
</head>
0 commit comments