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 74e4e43 commit 588d270Copy full SHA for 588d270
layouts/_default/stats.html
@@ -1,6 +1,6 @@
1
{{ define "main" }}
2
3
-{{ $statsCss := resources.Get "css/stats.css" | toCSS | minify | fingerprint "sha256" }}
+{{ $statsCss := resources.Get "css/stats.css" | minify | fingerprint "sha256" }}
4
<link rel="stylesheet" href="{{ $statsCss.RelPermalink }}" integrity="{{ $statsCss.Data.Integrity }}" crossorigin="anonymous">
5
6
{{- /* Stats */ -}}
0 commit comments