[main] Playing with images
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 39s

This commit is contained in:
2024-12-24 01:12:20 +01:00
parent 4059d6d7be
commit 677867dbdd
7 changed files with 1 additions and 1 deletions

View File

@@ -26,7 +26,7 @@
{% for favorite in data.favorites %}
<article>
<a href="/category/{{ favorite.path }}" class="image">
<img src="/static/{{favorite.image}}" alt="{{ favorite.name }}" height=300 width=40/>
<img src="/static/{{favorite.image}}" alt="{{ favorite.name }}" height="40%" width="40%" />
</a>
<p><b>{{ favorite.path }}</b>: {{ favorite.description }}</p>
</article>