Lets go back

This commit is contained in:
2024-12-13 23:11:30 +01:00
parent eadd90322e
commit 3416dea62e
4 changed files with 14 additions and 6 deletions

View File

@@ -25,10 +25,10 @@
<div class="mini-posts">
{% for favorite in data.favorites %}
<article>
<a href="#" class="image">
<a href="{{ favorite.path }}" class="image">
<img src="{{ url_for('static', path=favorite.image) }}" alt="{{ favorite.name }}" />
</a>
<p>{{ favorite.description }}</p>
<p><b>{{ favorite.path }}</b>: {{ favorite.description }}</p>
</article>
{% endfor %}
</div>