Sha256: a5cfc58e588484e53cfb18873ad453e0e2cc9278977f889a70b2089531be22a6
Contents?: true
Size: 877 Bytes
Versions: 23
Compression:
Stored size: 877 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 %} <section class="items"> {% if site.is_hub %} {% include assets/symbol.svg %} {% endif %} {% for spec in items %} {% if site.is_hub %} {% assign project_name = spec.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=spec item_type='specs' project_name=project_name project_data=project %} {% else %} {% include software-card-hub.html item=spec item_type='specs' %} {% endif %} {% endfor %} </section>
Version data entries
23 entries across 23 versions & 1 rubygems