From 9f90f3028e56640e01ffae2cf950d5d910302892 Mon Sep 17 00:00:00 2001 From: fliegerjohn Date: Mon, 13 Jan 2025 20:08:53 +0100 Subject: [PATCH] add width and height to pictures --- layouts/_default/_markup/render-image.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/layouts/_default/_markup/render-image.html b/layouts/_default/_markup/render-image.html index 984a322..6347935 100644 --- a/layouts/_default/_markup/render-image.html +++ b/layouts/_default/_markup/render-image.html @@ -1,3 +1,9 @@ {{ $img := imageConfig (add "/static/" (.Destination | safeURL)) }} -{{ .Text }} +{{ .Text }}