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;