--- title: 'Contributors' --- {% include head.html %}
{% include breadcrumbs.html current=page.title %}

{{ page.title }}

Last updated: {{ site.time | date: '%d.%m.%Y' }}

Meet our contributors from all over the world

{% for contributor in site.data.contributors %} {% assign rowindex = forloop.index | modulo: 3 %} {% if forloop.index == 1 %}
{% endif %}
{{ contributor.name }}

{{ contributor.name }}

{% if contributor.tags contains 'code' %}{% endif %} {% if contributor.tags contains 'website' %}{% endif %} {% if contributor.tags contains 'documentation' %}{% endif %} {% if contributor.tags contains 'support' %}{% endif %}

Github: {{ contributor.github }}
{% if contributor.twitter %} Twitter: {{ contributor.twitter }} {% endif %}
{% if contributor.country %} {{ contributor.country }} {% endif %}

{% if rowindex == 0 %}
{% endif %} {% if forloop.last == true %}
{% endif %} {% endfor %}
{% include promo.html %}
{% include footer.html %}