Fix error message

master
Will Faught 2 years ago
parent 8644e5bedc
commit 892d784bdc

@ -16,7 +16,7 @@
{{ $width := .Get "width" }} {{ $width := .Get "width" }}
{{ if not $src }} {{ if not $src }}
{{ errorf "paige/image: no content" }} {{ errorf "paige/image: no src" }}
{{ end }} {{ end }}
{{ if $class }} {{ if $class }}

Loading…
Cancel
Save