📚 add "Maskiner som tenker"
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
8583d75252
commit
d27d6e428d
2 changed files with 14 additions and 2 deletions
src
|
@ -1,4 +1,17 @@
|
|||
[
|
||||
{
|
||||
"isbn": "9788248932505",
|
||||
"title": "Maskiner som tenker",
|
||||
"date":
|
||||
{
|
||||
"year": "2024",
|
||||
"month": "05",
|
||||
"day": "11",
|
||||
"string": "2024-05-11"
|
||||
},
|
||||
"my_rating": 5,
|
||||
"author": "Inga Strümke"
|
||||
},
|
||||
{
|
||||
"isbn": "9781646090259",
|
||||
"title": "Hi Score Girl 10",
|
||||
|
|
|
@ -37,12 +37,11 @@ const today = new Date();
|
|||
<h2 class="text-xl font-semibold">on the shelf</h2>
|
||||
<ul class="flex flex-col text-s gap-2 text-l">
|
||||
<li class="borderbottom">📚 Dune</li>
|
||||
<li class="borderbottom">📚 The Intelligent Investor (NO)</li>
|
||||
<li class="borderbottom">📚 The Summit of The Gods: Vol.3 - Vol.5</li>
|
||||
<li class="borderbottom">📚 Star Wars: The Tales of Kenobi</li>
|
||||
</ul>
|
||||
<h2 class="text-xl font-semibold">on the nightstand</h2>
|
||||
<p class="borderbottom">📖 Maskiner som tenker</p>
|
||||
<p class="borderbottom">📖 The Intelligent Investor (NO)</p>
|
||||
{sortedYears.map(year => (
|
||||
<section>
|
||||
<div class="flex items-center gap-2 text-xl font-semibold mb-2">{year}<p class="text-xs">({booksByYear[year].length} entries)</p></div>
|
||||
|
|
Loading…
Add table
Reference in a new issue