Sha256: 04f40a999b2f38c801695e699e799058de5c9adf76a526bad4bc465d85daddc0
Contents?: true
Size: 840 Bytes
Versions: 5
Compression:
Stored size: 840 Bytes
Contents
--- layout: default --- {% if site.is_hub %} {% include index-page-item-filter.html url_tag_prefix="/software/" items=page.items tag=page.tag %} {% endif %} <section class="items"> {% if site.is_hub %} {% include assets/symbol.svg %} {% endif %} {% for product in page.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
5 entries across 5 versions & 1 rubygems