summaryrefslogtreecommitdiff
path: root/templates/about/team.html.j2
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2025-05-18 16:03:55 -0400
committerAdam T. Carpenter <atc@53hor.net>2025-05-18 16:03:55 -0400
commit06aa80c432b3e0b3bab35057f62c4fab7abea52e (patch)
tree2f5190f7ffe19efdcdb92c5bb70840b41862a81c /templates/about/team.html.j2
parent6ce8c584359152512a5c7269e565d43703a4de6f (diff)
downloadcarpentertutoring-06aa80c432b3e0b3bab35057f62c4fab7abea52e.tar.xz
carpentertutoring-06aa80c432b3e0b3bab35057f62c4fab7abea52e.zip
feat: post cards, fix about, clean up unused styles
Diffstat (limited to 'templates/about/team.html.j2')
-rw-r--r--templates/about/team.html.j26
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/about/team.html.j2 b/templates/about/team.html.j2
index 05bb2f8..07637c8 100644
--- a/templates/about/team.html.j2
+++ b/templates/about/team.html.j2
@@ -1,5 +1,5 @@
{% for tutor in tutors %}
-<sectionclass=" flexible">
+<section class="flexible">
{% if loop.index0 % 2 == 0 %}
{% include "blurb.html.j2" %}
{% include "figure.html.j2" %}
@@ -7,5 +7,5 @@
{% include "figure.html.j2" %}
{% include "blurb.html.j2" %}
{% endif %}
- </section>
- {% endfor %} \ No newline at end of file
+</section>
+{% endfor %} \ No newline at end of file