We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 008bd90 commit a0d58dfCopy full SHA for a0d58df
1 file changed
layouts/partials/css.html
@@ -41,7 +41,7 @@
41
42
{{- range $cssFiles -}}
43
44
-{{- $targetFile := printf "css/%s.css" . -}}
+{{- $targetFile := printf "css/%s" . -}}
45
46
{{ if $inServerMode -}}
47
{{ $custom_style := . | resources.ExecuteAsTemplate $targetFile $page -}}
0 commit comments