From fcb1ec51c7f92f78e67073a0d61834e21f4b8aa3 Mon Sep 17 00:00:00 2001 From: teldra Date: Sun, 26 Jun 2022 15:07:02 +0200 Subject: [PATCH] small fixes --- themes/buha/layouts/_default/_markup/render-image.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/themes/buha/layouts/_default/_markup/render-image.html b/themes/buha/layouts/_default/_markup/render-image.html index c12fa27..3371464 100644 --- a/themes/buha/layouts/_default/_markup/render-image.html +++ b/themes/buha/layouts/_default/_markup/render-image.html @@ -20,6 +20,8 @@ {{ .Text }} {{ else }} - {{ .Destination }} missing.. + {{ if eq hugo.Environment "development" }} + {{ .Destination }} missing.. + {{ end }} {{ end }} {{- end -}}