diff --git a/community-hub/index.html b/community-hub/index.html index 231a634..ac1fb3b 100644 --- a/community-hub/index.html +++ b/community-hub/index.html @@ -38,7 +38,7 @@ exclude_community_snippet: true
{% for pitch in site.data.community_hub.communities %} - + {% comment %}0 = even (right text), 1 = odd (left text){% endcomment %} {% assign modulo = forloop.index | modulo: 2 %} {% include pitch.html %}