Sha256: b740b2a9e1736f7480c27c41a38b621604f5a1872eb9d1473de699667a0de668

Contents?: true

Size: 819 Bytes

Versions: 5

Compression:

Stored size: 819 Bytes

Contents

---
layout: default
---

{% if site.is_hub %}
  {% include index-page-item-filter.html url_tag_prefix="/specs/" items=page.items tag=page.tag %}
{% endif %}

<section class="items">
  {% if site.is_hub %}
    {% include assets/symbol.svg %}
  {% endif %}

  {% for spec in page.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

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-theme-open-project-1.0.0.rc5 _layouts/spec-index.html
jekyll-theme-open-project-1.0.0.rc4 _layouts/spec-index.html
jekyll-theme-open-project-1.0.0.rc3 _layouts/spec-index.html
jekyll-theme-open-project-1.0.0.rc2 _layouts/spec-index.html
jekyll-theme-open-project-1.0.0.rc1 _layouts/spec-index.html