layout | title |
---|---|
page |
This is a living, breathing document. Feel free to add your work below.
{% assign default_paths = site.pages | map: "path" %} {% assign page_paths = site.header_pages | default: default_paths %}
-
{% for path in default_paths %}
{% assign my_page = site.pages | where: "path", path | first %}
{% assign title = my_page.title | trim %}
{% if title %}
- {{my_page.title | escape }} {% endif %} {% endfor %}