changing relative paths

master
root 4 years ago
parent f8df5ee5e7
commit 7ccaee4d8c

@ -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
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 %}

Binary file not shown.
Loading…
Cancel
Save