Sha256: 172845842ba243bddfd9725d428ec786dafeac5e1f60f3733fa688c4f74d6f77

Contents?: true

Size: 875 Bytes

Versions: 4

Compression:

Stored size: 875 Bytes

Contents

---
layout: default
---

{% if site.is_hub %}
  {% include index-page-item-filter.html url_tag_prefix="/specs/" items=site.all_specs tag=page.tag %}
{% endif %}

{% assign items = page.items | default: site.all_specs %}
{% assign num_items = items | size %}

<section class="items {% if num_items < 3 %}one-row{% endif %}">
  {% if site.is_hub %}
    {% include assets/symbol.svg %}
    {% for spec in items %}
      {% include software-card-hub.html item=spec item_type='specs' %}
    {% endfor %}
  {% else %}
    {% if site.num_featured_specs > 0 %}
      {% for spec in site.featured_specs %}
        {% include software-card-hub.html item=spec item_type='specs' %}
      {% endfor %}
      <hr>
    {% endif %}
    {% for spec in site.non_featured_specs %}
      {% include software-card-hub.html item=spec item_type='specs' %}
    {% endfor %}
  {% endif %}
</section>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-theme-open-project-1.1.20 _layouts/spec-index.html
jekyll-theme-open-project-1.1.19 _layouts/spec-index.html
jekyll-theme-open-project-1.1.18 _layouts/spec-index.html
jekyll-theme-open-project-1.1.17 _layouts/spec-index.html