Sha256: f5ff9f3b072000c665fff8bf323e5b507211964ebb0a7989ced1ec2551fe2c87
Contents?: true
Size: 629 Bytes
Versions: 46
Compression:
Stored size: 629 Bytes
Contents
{% if include.type == 'chapter' %} {% for page in loop %} {% unless page.topic or page.type == 'chapter' %} {% include html/filter/type.liquid %} {% endunless %} {% endfor %} {% elsif include.type == 'topic' %} {% assign match = page.chapter %} {% for page in loop %} {% if page.topic %} {%- if page.chapter == match -%} {% include html/filter/type.liquid %} {%- endif -%} {% endif %} {% endfor %} {% else %} {% for page in loop %} {% unless page.topic %} {% include html/filter/type.liquid %} {% endunless %} {% endfor %} {% endif %}
Version data entries
46 entries across 46 versions & 1 rubygems