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.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/about/team.html b/templates/about/team.html
index b1f0588..2857efe 100644
--- a/templates/about/team.html
+++ b/templates/about/team.html
@@ -1,8 +1,6 @@
-{% let flip = true %}
-
{% for tutor in tutors %}
<section class="quiet flexible">
- {% if flip == true %}
+ {% if loop.index0 % 2 == 0 %}
{% include "blurb.html" %}
{% include "figure.html" %}
{% else %}