diff options
author | terminaldweller <thabogre@gmail.com> | 2022-12-01 04:49:59 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-12-01 04:49:59 +0000 |
commit | fe926db2666dc2e1e9662c53408079050671f539 (patch) | |
tree | 320da3ed0f8565bd5445c45fc4fe6c30676f1c21 /template.jinja2 | |
parent | first working version (diff) | |
download | magni-fe926db2666dc2e1e9662c53408079050671f539.tar.gz magni-fe926db2666dc2e1e9662c53408079050671f539.zip |
aligning images in the center, now checks whether models already exist before downloading
Diffstat (limited to 'template.jinja2')
-rw-r--r-- | template.jinja2 | 2 |
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> |