From d996e3b2eaaccbc6738b581a58e4104aec68d603 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Fri, 7 Jun 2024 09:18:30 +0100 Subject: [PATCH] 154 McDonald Road --- website/src/data/links.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/website/src/data/links.ts b/website/src/data/links.ts index 9c7c60f..0a59b35 100644 --- a/website/src/data/links.ts +++ b/website/src/data/links.ts @@ -43,7 +43,13 @@ const LINKS: Link[] = [ title: 'BCS manifesto', description: 'Good for what it is. Good policies. Succinct. Should be the beginning (not the end) of some interesting conversations.', isoDateAdded: '2024-06-05' - } + }, + { + href: 'https://broughtonspurtle.org.uk/news/gone-not-forgotten', + title: '154 McDonald Road: Gone but not Forgotten', + description: 'A superb tribute to the building and analysis of the failures of the planning system. This was published in my free local newsletter, and is worthy of any broadsheet newspaper.', + isoDateAdded: '2024-06-07', + }, ]; export default LINKS;