Skip to content

Commit a0d58df

Browse files
authored
Avoid duplicate css extension (#424)
1 parent 008bd90 commit a0d58df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/partials/css.html

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

4242
{{- range $cssFiles -}}
4343

44-
{{- $targetFile := printf "css/%s.css" . -}}
44+
{{- $targetFile := printf "css/%s" . -}}
4545

4646
{{ if $inServerMode -}}
4747
{{ $custom_style := . | resources.ExecuteAsTemplate $targetFile $page -}}

0 commit comments

Comments
 (0)