From 1084467b8d0b75661009d6a98ba1168fbe99e13e Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 27 Feb 2026 17:08:26 +0530 Subject: [PATCH] Fix invalid Liquid syntax in image.html snippet --- _includes/image.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/image.html b/_includes/image.html index dea99d9ddac..10ddd3e2ed6 100644 --- a/_includes/image.html +++ b/_includes/image.html @@ -1 +1 @@ -
{% if {{include.url}} %}{% endif %}{{include.alt}}{% if {{include.url}} %}{% endif %}{% if {{include.caption}} %}
{{include.caption}}
{% endif %}
+
{% if include.url %}{% endif %}{{include.alt}}{% if include.url %}{% endif %}{% if include.caption %}
{{include.caption}}
{% endif %}
\ No newline at end of file