generated from hjess/PythonTemplateProject
Meta tags
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 41s
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 41s
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
{% for favorite in data.favorites %}
|
{% for favorite in data.favorites %}
|
||||||
<article>
|
<article>
|
||||||
<a href="{{ favorite.path }}" class="image">
|
<a href="{{ favorite.path }}" class="image">
|
||||||
<img src="{{ url_for('static', path=favorite.image) }}" alt="{{ favorite.name }}" />
|
<img src="/static/{{favorite.image}}" alt="{{ favorite.name }}" />
|
||||||
</a>
|
</a>
|
||||||
<p><b>{{ favorite.path }}</b>: {{ favorite.description }}</p>
|
<p><b>{{ favorite.path }}</b>: {{ favorite.description }}</p>
|
||||||
</article>
|
</article>
|
||||||
|
|||||||
Reference in New Issue
Block a user