@ -87,3 +87,4 @@ But in the long run logging should be disabled
* service file with `--env SCRIPT_NAME=/watermark` see above
*
gunicorn -w 4 -b :5000 app:app
@ -9,7 +9,7 @@
{% for cover in covers %}
<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>
</div>
{% endfor %}