From 892d784bdce65b6463aeac015428652ca0572f98 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Tue, 11 Apr 2023 23:20:21 -0700 Subject: [PATCH] Fix error message --- layouts/shortcodes/paige/image.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}