diff --git a/index.html b/index.html index e051ead..d8e81b7 100644 --- a/index.html +++ b/index.html @@ -157,20 +157,19 @@ and the administrator will contact you if we need any extra information. Contact: Please email {% if page.contact %} - {% for contact in page.contact: %} - {% if forloop.last and page.contact.size > 1 %} - or + {% for contact in page.contact: %} + {% if forloop.last and page.contact.size > 1 %} + or + {% else %} + {% unless forloop.first %} + , + {% endunless %} + {% endif %} + {{contact}} + {% endfor %} {% else %} - {% unless forloop.first %} - , - {% endunless %} + to-be-announced {% endif %} - {{contact}} - {% endfor %} - {% else %} - to-be-announced - {% endif %} - for more information.