Skip to content

Commit 98901d4

Browse files
committed
Update figure
1 parent 6098f8b commit 98901d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/figure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<figure class="{{ include.class }}">
22
{%- if include.popup -%}<a href="{{ include.image_path | relative_url }}" class="image-popup"{% if include.caption %} title="{{ include.caption | markdownify | strip_html }}"{% endif %}>{%- endif -%}
33
<img src="{{ include.image_path | relative_url }}"
4-
alt="{% if include.alt %}{{ include.alt }}{% endif %}">
4+
alt="{% if include.alt %}{{ include.alt | escape_once }}{% endif %}">
55
{%- if include.popup -%}</a>{%- endif -%}
66
{%- if include.caption -%}
77
<figcaption>

0 commit comments

Comments
 (0)