Lets see what lighthouse says
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 40s

This commit is contained in:
2024-12-21 20:55:41 +01:00
parent b80c192eba
commit cf60aacb0f
2 changed files with 45 additions and 11 deletions

View File

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