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

Version Path
jekyll-theme-open-project-2.1.14 _includes/home-project.html
jekyll-theme-open-project-2.1.13 _includes/home-project.html
jekyll-theme-open-project-2.1.12 _includes/home-project.html
jekyll-theme-open-project-2.1.11 _includes/home-project.html
jekyll-theme-open-project-2.1.10 _includes/home-project.html
jekyll-theme-open-project-2.1.9 _includes/home-project.html
jekyll-theme-open-project-2.1.8 _includes/home-project.html
jekyll-theme-open-project-2.1.7 _includes/home-project.html
jekyll-theme-open-project-2.1.6 _includes/home-project.html
jekyll-theme-open-project-2.1.5 _includes/home-project.html
jekyll-theme-open-project-2.1.4 _includes/home-project.html
jekyll-theme-open-project-2.1.3 _includes/home-project.html
jekyll-theme-open-project-2.1.1 _includes/home-project.html
jekyll-theme-open-project-2.1.0 _includes/home-project.html
jekyll-theme-open-project-2.0.22 _includes/home-project.html
jekyll-theme-open-project-2.0.21 _includes/home-project.html
jekyll-theme-open-project-2.0.20 _includes/home-project.html
jekyll-theme-open-project-2.0.19 _includes/home-project.html
jekyll-theme-open-project-2.0.18 _includes/home-project.html
jekyll-theme-open-project-2.0.17 _includes/home-project.html