File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1+ ---
2+ title : " SQLite System Design and Implementation"
3+ author : Sibsankar Haldar
4+ rating : 5
5+ finishedAt : 2026-04-08
6+ ---
7+
8+ Notes coming soon.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -259,7 +259,14 @@ const linksClass = "w-fit font-bold";
259259 <div class =" bookshelf-list not-prose" >
260260 {
261261 booknotes .map ((book ) => (
262- <a href = { ` /books/${book .id } ` } class = " bookshelf-row group" >
262+ <a
263+ href = { ` https://www.amazon.com/s?k=${encodeURIComponent (
264+ ` ${book .data .title } ${book .data .author ?? " " } ` ,
265+ )} ` }
266+ target = " _blank"
267+ rel = " noreferrer"
268+ class = " bookshelf-row group"
269+ >
263270 <span class = " bookshelf-title text-lg text-blue-600 group-hover:underline" >
264271 { book .data .title }
265272 </span >
@@ -281,7 +288,7 @@ const linksClass = "w-fit font-bold";
281288 }
282289 </div >
283290 <p >
284- You can see the rest on my{ " " }
291+ Each title opens on Amazon. You can see the rest on my{ " " }
285292 <a href =" https://letterboxd.com/erenworld/likes/films/by/date/size/large/" >
286293 Letterboxd
287294 </a >.
You can’t perform that action at this time.
0 commit comments