Skip to content

Commit

Permalink
Revert f3c617f on _includes/figure to make way for mmistakes#3119
Browse files Browse the repository at this point in the history
  • Loading branch information
iBug authored and minyoongi96 committed Aug 26, 2024
1 parent 053c152 commit 3328b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/figure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<figure class="{{ include.class }}">
<img src="{{ include.image_path | relative_url }}"
alt="{% if include.alt %}{{ include.alt }}{% endif %}" />
alt="{% if include.alt %}{{ include.alt }}{% endif %}">
{%- if include.caption -%}
<figcaption>
{{ include.caption | markdownify | remove: "<p>" | remove: "</p>" }}
Expand Down

0 comments on commit 3328b0e

Please sign in to comment.