Sha256: 951cf523f249c790e2ee44e1da7d29427db47541681c1456778817d753206b72

Contents?: true

Size: 425 Bytes

Versions: 3

Compression:

Stored size: 425 Bytes

Contents

{% if page.problem  %}
<section>
{% for x in site.chapter.effects %}
  {% if page[x.key] %}
    <div class="effect__block">
      <h3 class="is-size-4">{{ x.label }}</h3>
      {% assign collection = page[x.key] %}
      <ol class="effect__chain">
        {% for item in collection %}
          {% include effect-item.html %}
        {% endfor %}
      </ol>
    </div>
  {% endif %}
{% endfor %}
</section>
<hr>
{% endif %}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
okf-pub-theme-0.2.3 _includes/effect-chains.html
okf-pub-theme-0.2.2 _includes/effect-chains.html
okf-pub-theme-0.2.1 _includes/effect-chains.html