--- layout: default pagination: data: books size: 1 alias: book permalink: "/books/{{ book.isbn }}/index.html" isbn: {{ book.isbn }} schema: book --- {%- capture alt -%} {{ book.title }}{% if book.authors %}By {{ book.authors }}{% endif %} {%- endcapture -%} {% tablericon "arrow-left" "Go back" %} Go back
{{ alt }}

{{ book.title }}

{% if book.rating %}

{{ book.rating }}

{% endif %} {% if book.author %}

By {{ book.author }}

{% endif %} {% if book.status == 'finished' %}

Finished on: {{ book.date | date: "%B %e, %Y" }}

{% endif %} {% unless book.status == 'finished' %} {%- assign percentage = book.progress | append: '%' -%} {% render "partials/media/progress-bar.liquid", percentage:percentage %} {% endunless %}

View on Open Library

{% if book.review %} {{ book.review | markdown }}
{% endif %} {% if book.description %}{{ book.description }}{% endif %}