diff --git a/_books/small_things_like_these.md b/_books/small_things_like_these.md index a47fdaf..cd37b38 100644 --- a/_books/small_things_like_these.md +++ b/_books/small_things_like_these.md @@ -6,15 +6,15 @@ publisher: faber&faber cover: #blank olid: OL36285622M # use Open Library ID to fetch cover (if no `cover` is provided) isbn: 9780571368709 # use ISBN to fetch cover (if no `olid` is provided, dashes are optional) -categories: classics historical-fiction novella -tags: top-100 +categories: Irland Historische-Fiktion Novelle +tags: Top100 Buchtipp date: 2025-06-01 # So that the correct archive is created started: 2025-06-01 finished: 2025-06-14 released: 2021 stars: 5 status: Finished -social: false +social: true --- -An incredible book. It takes an immensely difficult topic and portraits it very delicate and light. It is so wonderful to read, with beautiful language. Just between the lines you see behind the lightnes of it all. +An incredible book. It takes an immensely difficult topic and portraits it very delicately and lightly. It is so wonderful to read. It has such beautiful language. Just inbetween the lines you can see behind the curtain and the lighntness of it all. diff --git a/_layouts/book-review.liquid b/_layouts/book-review.liquid index d70c479..9813cf6 100644 --- a/_layouts/book-review.liquid +++ b/_layouts/book-review.liquid @@ -111,17 +111,17 @@ layout: default {% if page.cover %} {{ page.title }} cover
- Cover of {{ page.title }} + Cover von {{ page.title }}
{% elsif page.olid %} {{ page.title }} cover
- Cover of {{ page.title }} on the Open Library. + Cover von {{ page.title }} auf Open Library.
{% elsif page.isbn %} {{ page.title }} cover
- Cover of {{ page.title }} on the Open Library. + Cover von {{ page.title }} auf Open Library.
{% endif %} @@ -138,17 +138,12 @@ layout: default {% elsif page.olid %} {{ page.title }} cover -
- Cover of {{ page.title }} on the Open Library. -
+
Cover, auf Open Library.
{% elsif page.isbn %} {{ page.title }} cover -
- Cover of {{ page.title }} on the Open Library. -
+
Cover, auf Open Library.
{% endif %} -

{% if page.start %} Start Date: {{ page.start | date: '%-d %B %Y' }}. {% endif %} {% if page.end %} End Date: {{ page.end | date: '%-d %B %Y' }}. {% endif %} @@ -157,21 +152,15 @@ layout: default {% endif %} - - {% if page.social %} -
-
{% include social.liquid %}
- -
{{ site.contact_note }}
-
- {% endif %} - {% if site.giscus and page.giscus_comments %} {% include giscus.liquid %} {% endif %}