Sha256: 1f98c10473491309a1bcab3021205e8b5e3c3d2c02d45b4c4045d3235041d0e6

Contents?: true

Size: 908 Bytes

Versions: 3

Compression:

Stored size: 908 Bytes

Contents

---
layout: default
---

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

<section class="items">
  {% if site.is_hub %}
    {% include assets/symbol.svg %}
  {% endif %}

  {% if page.tag and page.items %}
    {% for item in page.items %}
      {% include software-card-hub.html item=item item_type='specs' %}
    {% endfor %}
  {% elsif site.is_hub %}
    {% for item in site.all_specs %}
      {% include software-card-hub.html item=item item_type='specs' %}
    {% endfor %}
  {% else %}
    {% if site.num_featured_specs > 0 %}
      {% for item in site.featured_specs %}
        {% include software-card-hub.html item=item item_type='specs' %}
      {% endfor %}
      <hr>
    {% endif %}
    {% for item in site.non_featured_specs %}
      {% include software-card-hub.html item=item item_type='specs' %}
    {% endfor %}
  {% endif %}
</section>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-open-project-1.1.23 _layouts/spec-index.html
jekyll-theme-open-project-1.1.22 _layouts/spec-index.html
jekyll-theme-open-project-1.1.21 _layouts/spec-index.html