Add a missing - to collapse whitespace in build_js.html
This commit is contained in:
parent
13e564d388
commit
6cd60f7559
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{{- $resourcePath := .resource -}}
|
||||
{{- $minify := .minify | default true }}
|
||||
{{- $minify := .minify | default true -}}
|
||||
{{- $resource := dict -}}
|
||||
{{- with resources.Get $resourcePath }}
|
||||
{{- if eq hugo.Environment "development" }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue