move comics to their own directory

This commit is contained in:
mi
2025-11-07 16:57:10 +10:00
parent 52b98d4d5a
commit 5d357dad3f
5 changed files with 7 additions and 6 deletions

View File

@@ -12,7 +12,7 @@
</div>
<div class="comic-image">
<img src="{{ url_for('static', filename='images/' + comic.filename) }}"
<img src="{{ url_for('static', filename='images/comics/' + comic.filename) }}"
alt="{{ comic.title if comic.title else '#' ~ comic.number }}"
title="{{ comic.alt_text }}">
</div>