Sha256: a0eb67d2ae4b0d098549c228650106eb845693ef85c2eaf7bf6379e7df5088aa
Contents?: true
Size: 488 Bytes
Versions: 20
Compression:
Stored size: 488 Bytes
Contents
{% if page.problem %} <section> <ol class="effect-chain"> {% for x in site.chapter.effects %} {% if page[x.key] %} <li class="effect-chain__link"> <h3 class="is-size-4">{{ x.label }}</h3> {% assign collection = page[x.key] %} <ul class="effect-chain__sublink {{ x.key }}"> {% for item in collection %} {% include effect-item.html %} {% endfor %} </ul> </li> {% endif %} {% endfor %} </ol> </section> <hr> {% endif %}
Version data entries
20 entries across 20 versions & 1 rubygems