--- layout: default --- {% assign books = site.posts | where: 'layout', 'book' %}
{%- for book in books -%}
{{ book.image.description | default: book.title }}

{{ book.title }}

{{ book.author | join: ', ' }}

{%- include_cached cart_add.html product=book -%}
{%- endfor %}