--- title: Want to read • Books layout: default pagination: data: collections.booksToRead alias: books size: 30 permalink: "/books/want-to-read/{{ pagination.pageNumber }}/index.html" --- {% if pagination.pageNumber == 0 %}

These are books I want to read, sorted in alphabetical order. As one would expect, it will change as I navigate through and add to it.


{% endif %} {% render "partials/widgets/paginator.liquid", pagination:pagination %}