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