Sha256: 5ef87f442f40ddf659b9e47e8561e3a5050a01b65bcb9d25b18b3a034c832006

Contents?: true

Size: 844 Bytes

Versions: 4

Compression:

Stored size: 844 Bytes

Contents

---
layout: default
---

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

<section class="items">
  {% if site.is_hub %}
    {% include assets/symbol.svg %}
    {% assign items = page.items | default: site.all_software %}
    {% for product in items %}
      {% include software-card-hub.html item=product item_type='software' %}
    {% endfor %}
  {% else %}
    {% if site.num_featured_software > 0 %}
      {% for product in site.featured_software %}
        {% include software-card-hub.html item=product item_type='software' %}
      {% endfor %}
      <hr>
    {% endif %}
    {% for product in site.non_featured_software %}
      {% include software-card-hub.html item=product item_type='software' %}
    {% endfor %}
  {% endif %}
</section>

Version data entries

4 entries across 4 versions & 1 rubygems

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