Sha256: 30204d05e9397915e93bbe294b383f09ea749041d212a966898f5a690488103b

Contents?: true

Size: 599 Bytes

Versions: 13

Compression:

Stored size: 599 Bytes

Contents

---
layout: default
---
{%- assign collection = site.collections | where: "label", page.collection | first -%}
{%- assign panels = collection.docs | where: "lang", page.lang | where: "lang-ref", page.lang-ref | sort: 'index' -%}
{%- for item in panels -%}
    {%- if item.type=="banner" or item.type=="contact" or item.type=="generic" or item.type=="spotlight" or item.type=="map" -%}
        {% include panel.html type=item.type id=item.panel-id header=item.header style=item.style data=item.data content=item.content %}
    {%- else -%}
        {{ item.content }}
    {%- endif -%}
{%- endfor -%}

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
jekyll-theme-ethereal-0.5.6 _layouts/collection.html
jekyll-theme-ethereal-0.5.5 _layouts/collection.html
jekyll-theme-ethereal-0.5.4 _layouts/collection.html
jekyll-theme-ethereal-0.5.3 _layouts/collection.html
jekyll-theme-ethereal-0.5.2 _layouts/collection.html
jekyll-theme-ethereal-0.5.1 _layouts/collection.html
jekyll-theme-ethereal-0.5.0 _layouts/collection.html
jekyll-theme-ethereal-0.4.4 _layouts/collection.html
jekyll-theme-ethereal-0.4.3 _layouts/collection.html
jekyll-theme-ethereal-0.4.2 _layouts/collection.html
jekyll-theme-ethereal-0.4.1 _layouts/collection.html
jekyll-theme-ethereal-0.4.0 _layouts/collection.html
jekyll-theme-ethereal-0.3.3 _layouts/collection.html