Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 461 Bytes

index.md

File metadata and controls

16 lines (12 loc) · 461 Bytes
layout
home

{% for chapter in site.chapters %}

{{ chapter.title }}

{% assign chapter_pages = site.pages | where_exp: "page", "page.dir == chapter.dir" | sort: "title" %}

{% for page in chapter_pages %}

  • [{{ page.title | default: page.name }}]({{ page.url }}) {% endfor %}

{% endfor %}