|
|
@ -9,7 +9,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
{% for cover in covers %}
|
|
|
|
{% for cover in covers %}
|
|
|
|
<div class="cover">
|
|
|
|
<div class="cover">
|
|
|
|
<img src="{{ url_for('static', filename='covers/' + cover) }}"></img>
|
|
|
|
<img src=".{{ url_for('static', filename='covers/' + cover) }}"></img>
|
|
|
|
<figcaption><a href="{{ url_for('static', filename='covers/' + cover) }}">{{ cover }}</a></figcaption>
|
|
|
|
<figcaption><a href="{{ url_for('static', filename='covers/' + cover) }}">{{ cover }}</a></figcaption>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{% endfor %}
|
|
|
|
{% endfor %}
|
|
|
|