summaryrefslogtreecommitdiff
path: root/templates/about/team.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/about/team.html')
-rw-r--r--templates/about/team.html16
1 files changed, 7 insertions, 9 deletions
diff --git a/templates/about/team.html b/templates/about/team.html
index 2857efe..c2b4498 100644
--- a/templates/about/team.html
+++ b/templates/about/team.html
@@ -1,13 +1,11 @@
{% for tutor in tutors %}
-<section class="quiet flexible">
+<sectionclass=" flexible">
{% if loop.index0 % 2 == 0 %}
- {% include "blurb.html" %}
- {% include "figure.html" %}
+ {% include "blurb.html" %}
+ {% include "figure.html" %}
{% else %}
- {% include "figure.html" %}
- {% include "blurb.html" %}
+ {% include "figure.html" %}
+ {% include "blurb.html" %}
{% endif %}
-</section>
-
-<section></section>
-{% endfor %}
+ </section>
+ {% endfor %} \ No newline at end of file