diff options
Diffstat (limited to 'templates/about/figure.html')
-rw-r--r-- | templates/about/figure.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/about/figure.html b/templates/about/figure.html deleted file mode 100644 index 168aa4e..0000000 --- a/templates/about/figure.html +++ /dev/null @@ -1,7 +0,0 @@ -<figure class="shadowy"> - <picture> - <source srcset="/team/{{ tutor.get_id() }}/{{ tutor.get_id() }}.webp" type="image/webp" /> - <source srcset="/team/{{ tutor.get_id() }}/{{ tutor.get_id() }}.png" type="image/png" /> - <img alt="{{ tutor.get_name() }}" src="/team/{{ tutor.get_id() }}/{{ tutor.get_id() }}.png" /> - </picture> -</figure> |