Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
healthedata1 committed Mar 28, 2024
1 parent a7c4349 commit 132d394
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions input/includes/img.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!-- all this Bootstrap html for getting an narrow image to fit nicely in text - 640 pix wide -->

<div>
<figure class="figure">
<figcaption class="figure-caption"><strong>{{include.caption | default: ""}}</strong></figcaption>
<img src="{{include.img}}" class="figure-img img-responsive img-rounded center-block" alt="{{include.img}}">
</figure>

<p></p>
</div>

0 comments on commit 132d394

Please sign in to comment.