Skip to content

Commit 588d270

Browse files
committed
fix: hugo non extended version
Signed-off-by: Charles Chin <[email protected]>
1 parent 74e4e43 commit 588d270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/_default/stats.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{ define "main" }}
22

3-
{{ $statsCss := resources.Get "css/stats.css" | toCSS | minify | fingerprint "sha256" }}
3+
{{ $statsCss := resources.Get "css/stats.css" | minify | fingerprint "sha256" }}
44
<link rel="stylesheet" href="{{ $statsCss.RelPermalink }}" integrity="{{ $statsCss.Data.Integrity }}" crossorigin="anonymous">
55

66
{{- /* Stats */ -}}

0 commit comments

Comments
 (0)