From adae207d1793f04e6147aba3ffbbc3c809c04a7c Mon Sep 17 00:00:00 2001 From: iBug Date: Sun, 5 May 2024 17:02:09 +0800 Subject: [PATCH] Revert f3c617f on _includes/figure to make way for #3119 --- _includes/figure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/figure b/_includes/figure index f8607d20..dacc668d 100644 --- a/_includes/figure +++ b/_includes/figure @@ -1,6 +1,6 @@
{% if include.alt %}{{ include.alt }}{% endif %} + alt="{% if include.alt %}{{ include.alt }}{% endif %}"> {%- if include.caption -%}
{{ include.caption | markdownify | remove: "

" | remove: "

" }}