diff options
author | Adam T. Carpenter <atc@53hor.net> | 2024-09-14 21:24:02 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2024-09-14 21:24:02 -0400 |
commit | d85d3b410c038322f155319a2fd5941d15b0e886 (patch) | |
tree | 761959c632da9a010da700bf9816c739f1cc7080 /templates/about | |
parent | aad33fee01abe817d82c094f83ffd44ca36c8456 (diff) | |
download | carpentertutoring-d85d3b410c038322f155319a2fd5941d15b0e886.tar.xz carpentertutoring-d85d3b410c038322f155319a2fd5941d15b0e886.zip |
fix: odds and ends
Diffstat (limited to 'templates/about')
-rw-r--r-- | templates/about/figure.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/about/figure.html b/templates/about/figure.html index 4a4c365..168aa4e 100644 --- a/templates/about/figure.html +++ b/templates/about/figure.html @@ -4,5 +4,4 @@ <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> - <figcaption>{{ tutor.get_name() }}</figcaption> </figure> |