Skip to content

Commit b363ecc

Browse files
committed
fix: hugo warning
1 parent 48952ba commit b363ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
{{ $options := dict "inlineImports" true }}
4343
{{ $styles := resources.Get "css/styles.css" }}
44-
{{ $styles = $styles | resources.PostCSS $options }}
44+
{{ $styles = $styles | css.PostCSS $options }}
4545
{{ if hugo.IsProduction }}
4646
{{ $styles = $styles | minify | fingerprint | resources.PostProcess }}
4747
{{ end }}

0 commit comments

Comments
 (0)