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

This commit is contained in:
2024-12-30 22:43:08 +01:00
parent 5ad5e527a7
commit 15bda3d3d5
4 changed files with 19 additions and 4 deletions

View File

@@ -25,8 +25,8 @@
<div class="mini-posts">
{% for favorite in data.favorites %}
<article>
<a href="/category/{{ favorite.path }}" class="image">
<!-- <img src="/{{favorite.image}}" alt="{{ favorite.name }}" height="20%" width="20%" /> -->
<!-- Fucking crap - Ignoreing all CSS image tags in mini-posts -->
<a href="/category/{{ favorite.path }}" >
<img src="/{{favorite.image}}" alt="{{ favorite.name }}" height="{{ favorite.height }}" width="{{ favorite.width }}" />
</a>
<p><b>{{ favorite.path }}</b>: {{ favorite.description }}</p>