fix: customCSS error message
This commit is contained in:
parent
2a6d9b31f8
commit
c92d59921f
@ -63,7 +63,7 @@
|
|||||||
{{ with resources.Get . }}
|
{{ with resources.Get . }}
|
||||||
{{ $r = . }}
|
{{ $r = . }}
|
||||||
{{ else }}
|
{{ 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 }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if $r}}
|
{{ if $r}}
|
||||||
|
Loading…
Reference in New Issue
Block a user