Sha256: bd87aa90794a748be5eb0ebf8f396fcba3c09b2741823b18b6b7e75f55fe2eda
Contents?: true
Size: 904 Bytes
Versions: 23
Compression:
Stored size: 904 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 %} {% assign items = page.items | default: site.all_software %} <section class="items"> {% if site.is_hub %} {% include assets/symbol.svg %} {% endif %} {% for product in items %} {% if site.is_hub %} {% assign project_name = product.url | split: "/" | slice: 2 | first %} {% assign project_index_path = "_projects/" | append: project_name | append: "/index.md" %} {% assign project = site.projects | where: "path", project_index_path | first %} {% include software-card-hub.html item=product item_type='software' project_name=project_name project_data=project %} {% else %} {% include software-card-hub.html item=product item_type='software' %} {% endif %} {% endfor %} </section>
Version data entries
23 entries across 23 versions & 1 rubygems