From 81ef51422fe31c8de41b9d06942ce8b83346253e Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Wed, 5 Jun 2024 16:49:01 +0100 Subject: [PATCH] John Halse: Parenting --- website/src/data/links.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/src/data/links.ts b/website/src/data/links.ts index 6816149..4ca9632 100644 --- a/website/src/data/links.ts +++ b/website/src/data/links.ts @@ -26,6 +26,12 @@ const LINKS: Link[] = [ description: 'Cory Doctorow writes incessantly about the harms of monopolised markets. This essay is particularly good, because he collects many of monopolists’ greatest hits from recent years. Do keep reading to the end. It just gets better.', isoDateAdded: '2024-06-05', }, + { + href: 'https://johan.hal.se/wrote/2024/06/05/parenting', + title: 'Parenting', + description: '‘Once you find yourself in the position of being someone’s father you’ll quickly realize that you’re not actually raising anyone here, you just happen to be the veteran in the trenches alongside them, showing them the ropes and hoping they’ll survive and turn out okay.’', + isoDateAdded: '2024-06-05', + }, ]; export default LINKS;