--- layout: default title: Projects ---
{% assign parts = item.url | split: '/' %}
{{ item.title }} |
{% endfor %}
{%- comment -%}Fill empty cells if this is the last row and has odd number of items{%- endcomment -%}
{% if forloop.last %}
{% assign items_in_last_row = projects.size | minus: offset %}
{% assign empty_cells = n | minus: items_in_last_row %}
{% for j in (1..empty_cells) %}
{% endfor %} {% endif %} |