From eb0c0c4ae5fb0e82bc450fea59a9cc3dc7bdee36 Mon Sep 17 00:00:00 2001 From: "Mark W. Kidd" Date: Sun, 9 Feb 2025 14:14:33 -0500 Subject: [PATCH] improve image embed --- _includes/embed_image.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_includes/embed_image.html b/_includes/embed_image.html index dc02a8b..e1d289f 100644 --- a/_includes/embed_image.html +++ b/_includes/embed_image.html @@ -6,7 +6,10 @@ {%- elsif include.thumbnail == "true" -%} {%- endif -%} - {%- if include.alt -%}{{- include.alt -}}{%- else -%}WARNING: ALT TEXT NOT FOUND{%- endif -%} + {%- if include.alt -%}{{- include.alt -}}{%- else -%}WARNING: ALT TEXT NOT FOUND{%- endif -%} {%- if include.link or include.thumbnail == "true" -%} {%- endif -%}