summaryrefslogtreecommitdiff
path: root/website/src/data
diff options
context:
space:
mode:
authorJoe Carstairs <jcarstairs@scottlogic.com>2025-01-28 18:06:53 +0000
committerJoe Carstairs <jcarstairs@scottlogic.com>2025-01-28 18:06:53 +0000
commited52216fb8df3c5c6ed1561ed59699a67a950187 (patch)
tree643debcd204e511e0842a68f6946a97a26f51814 /website/src/data
parent17aa658fb8b86a5caf3d3608f7871e43d09be55a (diff)
parentc9f6c53a0d9617e3d3a6862b3998322c2a1470c8 (diff)
Merge branch 'main' of https://github.com/joeacarstairs/personal-website
Diffstat (limited to 'website/src/data')
-rw-r--r--website/src/data/links.ts6
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;