Skip to content

Commit

Permalink
template
Browse files Browse the repository at this point in the history
  • Loading branch information
markwkidd committed Dec 16, 2024
1 parent 5485c50 commit 4b7086f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/embed_image.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<figure class="caption-image {% if include.thumbnail == "true" %} third-size float-right{%- endif -%}">
{%- endif -%}
{%- if include.alt -%}
<img src="{{ site.baseurl }}/{{ include.url }}" alt="{{- include.alt -}}" class="content-figure-image">
<img src="{{ site.baseurl }}/{{ include.url }}" alt="{{- include.alt -}}" class="content-figure-image {% if include.thumbnail == "true" %}">
{% else %}
<img src="{{ site.baseurl }}/{{ include.url }}" alt="WARNING: ALT TEXT NOT FOUND" class="content-figure-image">
<img src="{{ site.baseurl }}/{{ include.url }}" alt="WARNING: ALT TEXT NOT FOUND" class="content-figure-image {% if include.thumbnail == "true" %}">
{%- endif -%}
{% if include.caption %}
<figcaption>{{-include.caption-}}</figcaption>
Expand Down

0 comments on commit 4b7086f

Please sign in to comment.