{% assign num_software = site.software | size %} {% assign num_specs = site.specs | size %} {% assign num_posts = site.posts | size %} {% if num_software > 0 %} Software {% for item in site.software %} {% if item.logo_svg %} {{ item.logo_svg }} {% endif %} {{ item.title }} {{ item.description }} {% endfor %} {% endif %} {% if num_specs > 0 %} Specifications {% for item in site.specs %} {{ item.title }} {{ item.description }} {% endfor %} {% endif %} {% if num_posts > 0 %} From the Blog {% for item in site.posts %} {% include post-card.html %} {% endfor %} {% endif %}
{{ item.description }}