Skip to content

Commit

Permalink
update ui
Browse files Browse the repository at this point in the history
  • Loading branch information
maximoospital committed Jun 18, 2024
1 parent 560b83e commit 7e65500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/posts_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
{% if post.img %}
<div class="tui-image-window">
<fieldset class="tui-fieldset">
<legend>{{ post.title }}.jpg</legend>
<img class="row__img" src="{{ post.img }}" alt="{{ post.title }}">
<legend><a href="{{ site.url }}{{ post.url | relative_url }}">{{ post.title }}.jpg</a></legend>
<a href="{{ site.url }}{{ post.url | relative_url }}"><img class="row__img" src="{{ post.img }}" alt="{{ post.title }}"></a>
</fieldset>
</div>
{% endif %}
Expand Down

0 comments on commit 7e65500

Please sign in to comment.