Skip to content

Commit

Permalink
template
Browse files Browse the repository at this point in the history
  • Loading branch information
markwkidd committed Dec 9, 2024
1 parent a3d63ec commit a53ff22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/embed_image.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% if include.caption %}
<figure class="caption-image {% if include.thumbnail %} float-right-third" {% endif %}>
<figure class="caption-image">
<img src="{{ site.baseurl }}{{ include.url }}" {% if include.alt %} alt="{{ include.alt }}" {% endif %} {% if include.width %} width="{{ include.width }}" {% endif %} {% if include.height %} height="{{ include.height }}" {% endif %} class="content-figure-image">
<figcaption>{{ include.caption }}</figcaption>
</figure>
Expand Down

0 comments on commit a53ff22

Please sign in to comment.