summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <jcarstairs@scottlogic.com>2024-06-05 16:49:01 +0100
committerJoe Carstairs <jcarstairs@scottlogic.com>2024-06-05 16:49:01 +0100
commit81ef51422fe31c8de41b9d06942ce8b83346253e (patch)
tree1c5a3fac3c3342d317c1e1f964b8c6b7860f1db1
parentd7b8cdd1530233604bb0d5bb97209eb214d05cbd (diff)
John Halse: Parenting
-rw-r--r--website/src/data/links.ts6
1 files changed, 6 insertions, 0 deletions
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;