From a69d3fe14aa04f7299b78442159eec4d1e6dcec0 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Wed, 5 Jun 2024 20:23:31 +0100 Subject: [PATCH] Boys --- 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 4ca9632..3002768 100644 --- a/website/src/data/links.ts +++ b/website/src/data/links.ts @@ -32,6 +32,12 @@ const LINKS: Link[] = [ 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', }, + { + href: 'https://www.bbc.co.uk/programmes/m001yshl', + title: 'Boys', + description: 'Catherine Carr did a fantastic job of unveiling how teenage boys are experiencing masculinity in Britain today. Plenty here to surprise, shock and inspire.', + isoDateAdded: '2024-06-05', + }, ]; export default LINKS;