diff --git a/cache/jsonfeed-to-mastodon-timestamp.json b/cache/jsonfeed-to-mastodon-timestamp.json index d92e4f13..e6b704ab 100644 --- a/cache/jsonfeed-to-mastodon-timestamp.json +++ b/cache/jsonfeed-to-mastodon-timestamp.json @@ -1,3 +1,3 @@ { - "timestamp": 1717546393692 + "timestamp": 1717610634579 } \ No newline at end of file diff --git a/cache/jsonfeed-to-mastodon.json b/cache/jsonfeed-to-mastodon.json index aa67f3c5..6266e50f 100644 --- a/cache/jsonfeed-to-mastodon.json +++ b/cache/jsonfeed-to-mastodon.json @@ -14005,5 +14005,16 @@ "https://social.lol/users/cory/statuses/112561120452810315" ], "lastTootTimestamp": 1717546393683 + }, + "https://coryd.dev/books/0306922223": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvYm9va3MvMDMwNjkyMjIyMw==", + "title": "📖: Do What You Want (⭐⭐⭐⭐) ", + "url": "https://coryd.dev/books/0306922223", + "content_text": "📖: Do What You Want (⭐⭐⭐⭐) https://coryd.dev/books/0306922223", + "date_published": "Wed, 05 Jun 2024 00:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112565330544895042" + ], + "lastTootTimestamp": 1717610634570 } } \ No newline at end of file diff --git a/src/pages/main/books/book.html b/src/pages/main/books/book.html index 55ffe3c2..382a19da 100644 --- a/src/pages/main/books/book.html +++ b/src/pages/main/books/book.html @@ -48,6 +48,9 @@ schema: book

View on Open Library

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

{{ book.description }}

{% endif %} + {% if book.review %} + {{ book.review | markdown }} +
+ {% endif %} + {% if book.description %}{{ book.description }}{% endif %} \ No newline at end of file diff --git a/src/pages/main/watching/movie.html b/src/pages/main/watching/movie.html index fc41ef94..d265c39a 100644 --- a/src/pages/main/watching/movie.html +++ b/src/pages/main/watching/movie.html @@ -42,5 +42,5 @@ schema: movie {{ movie.review | markdown }}
{% endif %} - {% if movie.description %}

{{ movie.description }}

{% endif %} + {% if movie.description %}{{ movie.description }}{% endif %} \ No newline at end of file diff --git a/src/pages/main/watching/show.html b/src/pages/main/watching/show.html index 2ac3ef27..64a2e188 100644 --- a/src/pages/main/watching/show.html +++ b/src/pages/main/watching/show.html @@ -38,8 +38,8 @@ schema: show

View on TMDB

{% if show.review %} -

{{ show.review | markdown }}

+ {{ show.review | markdown }}
{% endif %} - {% if show.description %}

{{ show.description }}

{% endif %} + {% if show.description %}{{ show.description }}{% endif %} \ No newline at end of file