--- layout: page --- {{ content }} {% if page.collection and page.collection.size > 0 %} {% assign collection = site[page.collection] %} {% if collection and collection.size > 0 %} {% for item in collection reversed %} {% assign current_year = item.date | date: '%Y' %} {% if current_year != year %} {% unless forloop.first %} {% endunless %}
{% elsif item.isbn %}
{% endif %}
{% if item.status %}
{% assign statuses = 'abandoned,finished,interested,paused,queued,reading,reread' | split: ',' %}
{% assign status = item.status | downcase | strip %}
{% if statuses contains status %}