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

Version Path
jekyll-theme-open-project-1.1.16 _layouts/software-index.html
jekyll-theme-open-project-1.1.15 _layouts/software-index.html
jekyll-theme-open-project-1.1.13 _layouts/software-index.html
jekyll-theme-open-project-1.1.12 _layouts/software-index.html
jekyll-theme-open-project-1.1.11 _layouts/software-index.html
jekyll-theme-open-project-1.1.10 _layouts/software-index.html
jekyll-theme-open-project-1.1.9 _layouts/software-index.html
jekyll-theme-open-project-1.1.8 _layouts/software-index.html
jekyll-theme-open-project-1.1.7 _layouts/software-index.html
jekyll-theme-open-project-1.1.6 _layouts/software-index.html
jekyll-theme-open-project-1.1.5 _layouts/software-index.html
jekyll-theme-open-project-1.1.4 _layouts/software-index.html
jekyll-theme-open-project-1.1.3 _layouts/software-index.html
jekyll-theme-open-project-1.1.2 _layouts/software-index.html
jekyll-theme-open-project-1.1.1 _layouts/software-index.html
jekyll-theme-open-project-1.1.0 _layouts/software-index.html
jekyll-theme-open-project-1.0.10 _layouts/software-index.html
jekyll-theme-open-project-1.0.9 _layouts/software-index.html
jekyll-theme-open-project-1.0.8 _layouts/software-index.html
jekyll-theme-open-project-1.0.7 _layouts/software-index.html