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;