aboutsummaryrefslogtreecommitdiffstats
path: root/template.jinja2
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-12-01 04:49:59 +0000
committerterminaldweller <thabogre@gmail.com>2022-12-01 04:49:59 +0000
commitfe926db2666dc2e1e9662c53408079050671f539 (patch)
tree320da3ed0f8565bd5445c45fc4fe6c30676f1c21 /template.jinja2
parentfirst working version (diff)
downloadmagni-fe926db2666dc2e1e9662c53408079050671f539.tar.gz
magni-fe926db2666dc2e1e9662c53408079050671f539.zip
aligning images in the center, now checks whether models already exist before downloading
Diffstat (limited to '')
-rw-r--r--template.jinja22
1 files changed, 1 insertions, 1 deletions
diff --git a/template.jinja2 b/template.jinja2
index e307b6b..1ba2f40 100644
--- a/template.jinja2
+++ b/template.jinja2
@@ -10,7 +10,7 @@
<p align="center">
<div>
{% for image in image_list %}
- <img src={{image}} alt="">
+ <img src={{image}} alt="" align="middle">
{% endfor %}
</div>
</p>