generated from hjess/PythonTemplateProject
Lets go back
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user