summaryrefslogtreecommitdiff
path: root/website/src/data
diff options
context:
space:
mode:
authorJoe Carstairs <jcarstairs@scottlogic.com>2024-12-17 19:58:40 +0000
committerJoe Carstairs <jcarstairs@scottlogic.com>2024-12-17 19:58:40 +0000
commite9426994215091fade101a0e8e9e6aa6b45c9dea (patch)
treeae910980f773a159e12b1c1b1ee81212229a5236 /website/src/data
parent92c19696413430d11429f78ae6e084d5efef20e0 (diff)
update
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 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;