diff options
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 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; |
