wonderfulfrog.com/src/content/pages/books.md
2024-02-01 21:31:31 -08:00

10 lines
138 B
Markdown

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