--- title: Want to read • Books description: 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. layout: default pagination: data: collections.booksToRead alias: books size: 30 permalink: "/books/want-to-read/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html" schema: books --- {% 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 %}