diff --git a/layouts/shortcodes/paige/image.html b/layouts/shortcodes/paige/image.html index 5305664c..0883f4e3 100644 --- a/layouts/shortcodes/paige/image.html +++ b/layouts/shortcodes/paige/image.html @@ -16,7 +16,7 @@ {{ $width := .Get "width" }} {{ if not $src }} - {{ errorf "paige/image: no content" }} + {{ errorf "paige/image: no src" }} {{ end }} {{ if $class }}