From 791709467f1c2ebba29f133efd08122f3fc8db6b Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Thu, 2 May 2024 08:16:57 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Update=20picture=20warning=20mes?= =?UTF-8?q?sage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/partials/picture.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/picture.html b/layouts/partials/picture.html index ddca360..21b9cb5 100644 --- a/layouts/partials/picture.html +++ b/layouts/partials/picture.html @@ -24,7 +24,7 @@ {{ end }} {{ end }} {{ if (eq "" $width $height) }} - {{ warnf "Can't detect width and height for SVG %s" .RelPermalink }} + {{ warnf "[CONGO] Can't detect width and height for SVG %s" .RelPermalink }} {{/* do not use lazy without dimensions */}} {{ $lazy = false }} {{ end }}