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

Version Path
okf-pub-theme-0.2.24 _includes/effect-chains.html
okf-pub-theme-0.2.23 _includes/effect-chains.html
okf-pub-theme-0.2.22 _includes/effect-chains.html
okf-pub-theme-0.2.21 _includes/effect-chains.html
okf-pub-theme-0.2.20 _includes/effect-chains.html
okf-pub-theme-0.2.19 _includes/effect-chains.html
okf-pub-theme-0.2.18 _includes/effect-chains.html
okf-pub-theme-0.2.17 _includes/effect-chains.html
okf-pub-theme-0.2.16 _includes/effect-chains.html
okf-pub-theme-0.2.15 _includes/effect-chains.html
okf-pub-theme-0.2.14 _includes/effect-chains.html
okf-pub-theme-0.2.13 _includes/effect-chains.html
okf-pub-theme-0.2.11 _includes/effect-chains.html
okf-pub-theme-0.2.10 _includes/effect-chains.html
okf-pub-theme-0.2.9 _includes/effect-chains.html
okf-pub-theme-0.2.8 _includes/effect-chains.html
okf-pub-theme-0.2.7 _includes/effect-chains.html
okf-pub-theme-0.2.6 _includes/effect-chains.html
okf-pub-theme-0.2.5 _includes/effect-chains.html
okf-pub-theme-0.2.4 _includes/effect-chains.html