{%- if is-page == 'false' -%}
{% if this-id == '' %}
{{ page.content | markdownify }} {% endif %}
About site
{{ site.description }}
{% endif %} {% assign content = page.content | strip %} {% if this-id != '' %} Collection{{ page.title }}
{{ page.subtitle }}
{% if content != '' %}About collection
{{ page.content }}
{% endif %} {% include tome-info.html %} {% endif %} {% else %}{{ page.title }}
{{ page.content | markdownify }} {% endif %}
Available tomes
-
{%- assign doclist = site.tomes | sort: 'date' | reverse -%}
{%- for tome in doclist -%}
{%- capture parent-id -%}
{%- include tome-parent tome=tome -%}
{%- endcapture -%}
{%- assign parent-id = parent-id | strip -%}
{% if tome.draft != true and parent-id == this-id %}
-
{% capture tome-id %}{% include tome-id tome=tome %}{% endcapture %} {%- assign parts = tome-id | split: '/' -%} {%- assign cover2 = tome.cover2 | strip -%} {%- if parts[1] == 'index' and cover2 != '' -%}{{ tome.type }}
{% elsif this-id == '' %}
{% else %}
{% endif %}
{{ tome.title }}
{% endif %}
{% endfor %}