📚 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
|
@ -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
Add a link
Reference in a new issue