Sha256: 3e31cb72ff978cc96e026f3cd3f1c540cb7090f7c63500c680709c2d75b1c515
Contents?: true
Size: 784 Bytes
Versions: 6
Compression:
Stored size: 784 Bytes
Contents
{% include internal/header.html %} <article> <h1>{{ page.chapter | escape }}</h1> {% assign content = content | strip %}{% if content.size > 0 %}{{ content }}{% endif %} <h2>Contents</h2> {% assign pages = site.documents | where: "collection", site.theme-settings.collection | where: "chapnum", page.chapnum | where_exp: "page", "page.pagenum != null" | sort: "pagenum" %} {% if page.subsite %} {% assign pages = pages | where: "subsite", page.subsite %} {% endif %} <ul> {% for page in pages %}<li><a href="{{ page.url | uri_escape }}">{{ page.title | escape }}</a></li>{% endfor %} </ul> {% include internal/copyright.html %} </article> {% include internal/footer.html %}
Version data entries
6 entries across 6 versions & 1 rubygems