Sha256: 593fb0d820ce7ae84990a957df2fd4d64983095861e4302979f64a533adb3ba8
Contents?: true
Size: 519 Bytes
Versions: 1
Compression:
Stored size: 519 Bytes
Contents
--- layout: default --- {% assign collection = site.collections | where: "label", page.collection %} {% assign panels = collection.first.docs | sort: 'index' %} {% for item in panels %} {% assign content = item.content %} {% 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=content %} {% else %} {{ content }} {% endif %} {% endfor %}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-ethereal-0.2.4 | _layouts/collection.html |