From 116c4f83f463cc1b1f886737539a427725209a35 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Thu, 23 Mar 2023 17:39:59 -0700 Subject: [PATCH] Reword icon shortcode error --- layouts/shortcodes/paige/icon.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/paige/icon.html b/layouts/shortcodes/paige/icon.html index 0903df16..c6cbbb20 100644 --- a/layouts/shortcodes/paige/icon.html +++ b/layouts/shortcodes/paige/icon.html @@ -3,7 +3,7 @@ {{ $url := .Get "url" }} {{ if not $class }} - {{ errorf "paige/icon: invalid class" }} + {{ errorf "paige/icon: no class" }} {{ end }}