10 lines
138 B
Markdown
10 lines
138 B
Markdown
---
|
|
permalink: /books/index.html
|
|
layout: "base"
|
|
---
|
|
|
|
# Books page
|
|
|
|
{% for book in collections.books %}
|
|
{{ book.data.title }}
|
|
{% endfor %}
|