From 55ab262a42612726389b0b8e87e7904987e9c63b Mon Sep 17 00:00:00 2001 From: Parker TenBroeck <51721964+ParkerTenBroeck@users.noreply.github.com> Date: Mon, 26 Jan 2026 20:25:44 -0500 Subject: [PATCH] fixed image figures --- templates/macros/figures.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/macros/figures.html b/templates/macros/figures.html index 8734660..7d048a1 100644 --- a/templates/macros/figures.html +++ b/templates/macros/figures.html @@ -3,7 +3,7 @@ {# {% set image = resize_image(path=src, height=mdata.height, width=mdata.width, format="webp") %} #}
- {{caption | default(value='')}} + {{caption | default(value='')}} {% if caption != "" %}
{{ caption | markdown() | safe }}
{% endif %}