Sha256: 55207e9e9ea0a0b2cad6f586ba67dd41b794681533b44813b9664541a795b434
Contents?: true
Size: 760 Bytes
Versions: 35
Compression:
Stored size: 760 Bytes
Contents
{% assign num_featured_software = site.featured_software | size %} {% assign num_featured_specs = site.featured_specs | size %} {% assign num_posts = site.num_posts_combined %} {% assign num_posts_specs = num_posts | plus: num_featured_specs %} {% for section_name in site.landing_priority %} {% if section_name == "specs" and num_featured_specs > 0 %} {% include featured_specs.html %} {% elsif section_name == "software" and num_featured_software > 0 %} {% include featured_software.html %} {% elsif section_name == "blog" and num_posts > 0 %} {% include featured_posts.html %} {% elsif section_name == "custom_intro" %} <section class="custom-intro"> {% include custom-intro.html %} </section> {% endif %} {% endfor %}
Version data entries
35 entries across 35 versions & 1 rubygems