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

This commit is contained in:
2024-12-30 21:37:36 +01:00
parent 13bc417d45
commit 7f08417eb1
14 changed files with 27 additions and 11 deletions

View File

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