diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2024-06-07 09:18:30 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2024-06-07 09:18:30 +0100 |
| commit | d996e3b2eaaccbc6738b581a58e4104aec68d603 (patch) | |
| tree | 1788ac25602b3403d5616798318b8e35b3d6adee /website/src/data | |
| parent | 37256df1ad3a722100ee7becb918f054c92abe9c (diff) | |
154 McDonald Road
Diffstat (limited to 'website/src/data')
| -rw-r--r-- | website/src/data/links.ts | 8 |
1 files changed, 7 insertions, 1 deletions
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 (<em>not</em> 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; |
