fix: customCSS error message
This commit is contained in:
parent
2a6d9b31f8
commit
c92d59921f
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
|||
{{ with resources.Get . }}
|
||||
{{ $r = . }}
|
||||
{{ else }}
|
||||
{{ errorf "error: You defined customCSS, but %s was not found, please check your config." . }}
|
||||
{{ errorf "error: You defined customCSS, but %s was not found in the local file system, please check your config." . }}
|
||||
{{ end }}
|
||||
|
||||
{{ if $r}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue