diff --git a/src/pages/logs/books.astro b/src/pages/logs/books.astro index 2437aa4..4cd6b5d 100644 --- a/src/pages/logs/books.astro +++ b/src/pages/logs/books.astro @@ -27,7 +27,7 @@ const today = new Date();

📚 ¿Dónde está la biblioteca?

{today.getFullYear()} - Currently Reading:

-

📖 Multiverses: An Anthology of Alternate Realities

+

📖 Permanent Record

{sortedYears.map(year => (
{year} - Finished

({booksByYear[year].length} entries)