Sha256: 6d0f601caa04cda6bd4d5148ec11dfafb43541ddc2d38d2422ba32572e88b635
Contents?: true
Size: 559 Bytes
Versions: 1
Compression:
Stored size: 559 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" %} {% include panel.html type=item.type id=item.panel-id header=item.header style=item.style content=item.content %} {%- else %} {{ item.content }} {%- endif %} {%- endfor %}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-ethereal-0.3.1 | _layouts/collection.html |