Sha256: 3b25493f834c2eb20d357ec7e5f2a515651f4b72823104c637bf76fb8aa97947

Contents?: true

Size: 597 Bytes

Versions: 3

Compression:

Stored size: 597 Bytes

Contents

---
layout: default
---

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

<section class="items">
  {% include symbol.svg %}

  {% for product in page.items %}
    {% 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 project_name=project_name project_data=project %}
  {% endfor %}
</section>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-open-project-1.0.0.pre3 _layouts/software-index.html
jekyll-theme-open-project-1.0.0.pre2 _layouts/software-index.html
jekyll-theme-open-project-1.0.0.pre.pre _layouts/software-index.html