Skip to content

Commit

Permalink
Fix issue with included images
Browse files Browse the repository at this point in the history
  • Loading branch information
costateixeira committed Jan 29, 2024
1 parent d16a52e commit d9fafb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input/includes/img.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p><strong>{{include.caption | default: ""}}</strong></p>
<img src="{{include.img}}" class="figure-img img-responsive img-rounded center-block"
alt="{{include.caption}}" style="width:{{include.width}}">
alt="{{include.caption}}" style="width:{{include.width}}"/>
<div style="clear:both;"></div>

0 comments on commit d9fafb0

Please sign in to comment.