From 67318550d9eb95aa6b1d3c3ba0d61765b8019220 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 23 Jan 2025 08:05:25 +0000 Subject: [PATCH] millenium of macroeconomic data --- 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 ff6e9d2..0395687 100644 --- a/website/src/data/links.ts +++ b/website/src/data/links.ts @@ -134,6 +134,12 @@ const LINKS: Link[] = [ description: 'Handy for the next time you develop a CLI or TUI. Also handy as a user: now I know about readline key bindings, which are everywhere apparently.', isoDateAdded: '2024-12-20', }, + { + href: 'https://www.bankofengland.co.uk/statistics/research-datasets', + title: "Bank of England's 'Millenium of Macroeconomic Data'", + description: 'There was no long-term price inflation from 1200 (when these data begin) until 1550. WHAT?!', + isoDateAdded: '2025-01-23', + }, ]; export default LINKS;