Skip to content

Commit

Permalink
Update showcase.html
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2o committed Mar 10, 2024
1 parent 0afd3af commit f3ade63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/showcase.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<div class="data_items">
{% for item in site.data.items %}
<div class="data_item {{ item.type }}">
<div class="cover"><img src="{{ item.img }}" alt="{{ item.type }} cover"></div><span><em>{{ item.name }}</em>, {{ item.by }} (<a href="{{ item.url }}" target="_blank">{{ item.source }}</a>)</span>
<div class="cover"><img src="{{ item.img }}" alt="{{ item.type }} cover"></div><span><em>{{ item.name }}</em>, {{ item.by }} <a href="{{ item.url }}" target="_blank">({{ item.source }})</a></span>
</div>
{% endfor %}
</div>
Expand Down

0 comments on commit f3ade63

Please sign in to comment.