Skip to content

Commit

Permalink
update image
Browse files Browse the repository at this point in the history
  • Loading branch information
mfroeling committed Aug 26, 2024
1 parent c290752 commit ebac905
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _includes/page-image
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
<div>
{% for item in img %}
<p align="center">
<img src = "{{ site.urlimg }}{{ item.image_name }}" {% if item.image_title %}title = "{{ item.image_title }}"{% endif %} {% if item.image_alt %}alt = "{{ item.image_alt }}"{% endif %} width="90%"/>
<a href = "{{ site.urlimg }}{{ item.image_name }}" target="_blank">
<img src = "{{ site.urlimg }}{{ item.image_name }}" {% if item.image_title %}title = "{{ item.image_title }}"{% endif %} {% if item.image_alt %}alt = "{{ item.image_alt }}"{% endif %} width="90%"/>
</a>
</p><br>
{% endfor %}
</div>

0 comments on commit ebac905

Please sign in to comment.