Skip to content

Commit

Permalink
Revert f3c617f on _includes/figure to make way for #3119
Browse files Browse the repository at this point in the history
  • Loading branch information
iBug committed May 5, 2024
1 parent 4b08acb commit adae207
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 adae207

Please # to comment.