From 3062ff4de54fff6bf0a8ad0318228ee0fe439acc Mon Sep 17 00:00:00 2001 From: Razon Yang Date: Tue, 4 Jun 2024 22:19:07 +0800 Subject: [PATCH] chore: add prefix to warning messages To help users locating where errors come from --- layouts/partials/images/image.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/images/image.html b/layouts/partials/images/image.html index 5c000a4..d42d90d 100644 --- a/layouts/partials/images/image.html +++ b/layouts/partials/images/image.html @@ -186,7 +186,7 @@ {{- end }} {{- end }} {{- else }} - {{- warnf "image not found: %s" $filename }} + {{- warnf "[github.com/hugomods/images] image not found: %s" $filename }} {{- end }} {{- end }} {{- else }}