From d6e9d094cdb302dc870b46adea2fccd68fbf22a0 Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Mon, 13 May 2024 17:34:32 +0300 Subject: [PATCH] Fix the image shortcode --- templates/shortcodes/image.html | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/templates/shortcodes/image.html b/templates/shortcodes/image.html index e5a6dbe..b170a35 100644 --- a/templates/shortcodes/image.html +++ b/templates/shortcodes/image.html @@ -1,8 +1,21 @@ - +{% if url_min %} + + + +{% else %} + +{% endif %}