Sha256: ce6e1174146a8930526cc65938c9de8f47f53c4c234a84e2bc96b403ed564434
Contents?: true
Size: 1.01 KB
Versions: 2
Compression:
Stored size: 1.01 KB
Contents
{% comment %} Dvou sloupcové zobrazení: týmů v /clenove úspěchů v /otevrenost {% endcomment %} <div class="row"> {% if 1 == team.size %} <div class="u-cf o-section-block o-section-block--divided-small o-section-block--divided-small--border"> {% assign item = team | first %} <div class="large-6 small-12 small-collapse columns end o-section-mediumdown-divided-small"> {% include people/profile_badge.html item=item imgSize='big' imgStyle='round' %} </div> </div> {% else %} {% for item in team %} {% assign loopindex = forloop.index | modulo: 2 %} {% if loopindex == 1 %} <div class="u-cf o-section-block o-section-block--divided-small o-section-block--divided-small--border"> {% endif %} <div class="large-6 small-12 small-collapse columns end o-section-mediumdown-divided-small"> {% include people/profile_badge.html item=item imgSize='big' imgStyle='round' %} </div> {% if loopindex == 0 %} </div> {% endif %} {% endfor %} {% endif %} </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-pirati-1.2.0 | _includes/people/list_2col.html |
jekyll-theme-pirati-2.0.0 | _includes/people/list_2col.html |