Fix error message

This commit is contained in:
Will Faught
2023-04-11 23:20:21 -07:00
parent 8644e5bedc
commit 892d784bdc

View File

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