diff options
| author | Joe Carstairs <me@joeac.net> | 2025-01-23 08:05:25 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2025-01-23 08:05:25 +0000 |
| commit | 67318550d9eb95aa6b1d3c3ba0d61765b8019220 (patch) | |
| tree | 8b609c169d26d1e8660de7519255bd7a76a6ca46 /website/src/data | |
| parent | bc8e7d4900dae9b607c4b111ab8407a238fbc99d (diff) | |
millenium of macroeconomic data
Diffstat (limited to 'website/src/data')
| -rw-r--r-- | website/src/data/links.ts | 6 |
1 files changed, 6 insertions, 0 deletions
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 <a href="https://readline.kablamo.org/emacs.html">readline key bindings</a>, 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; |
