From e9426994215091fade101a0e8e9e6aa6b45c9dea Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 17 Dec 2024 19:58:40 +0000 Subject: update --- website/src/data/links.ts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'website/src/data') diff --git a/website/src/data/links.ts b/website/src/data/links.ts index da982a6..0bb2b9a 100644 --- a/website/src/data/links.ts +++ b/website/src/data/links.ts @@ -122,6 +122,12 @@ const LINKS: Link[] = [ description: "A pretty good case for avoiding the word 'just' in software engineering. I admit I've been guilty, too.", isoDateAdded: '2024-11-11', }, + { + href: 'https://alexanderpruss.blogspot.com/2024/11/sexual-symmetry-and-asymmetry.html', + title: 'Sexual symmetry and asymmetry', + description: 'Alexander Pruss has a bizarre, but at first blush convincing, argument that complementarians about gender don’t have to appeal to morally significant intrinsic differences between men and women.', + isoDateAdded: '2024-12-17', + }, ]; export default LINKS; -- cgit v1.2.3