From 8c18599eec1ec8c82de801863d903e23f9e0d133 Mon Sep 17 00:00:00 2001 From: jeremiah Date: Sat, 9 Nov 2024 22:33:14 -0500 Subject: [PATCH] data: add new quote --- data/quotes.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/data/quotes.json b/data/quotes.json index d5d737d..444efd5 100644 --- a/data/quotes.json +++ b/data/quotes.json @@ -695,7 +695,17 @@ "tags": [ "class" ] + }, + { + "author": "James Baldwin", + "quote": "Incontestably, alas, most people are not, in action, worth very much; and yet, every human being is an unprecedented miracle. One tries to treat them as the miracles they are, while trying to protect oneself against the disasters they've become.", + "citation": "No Name in the Street", + "link": "https://bookshop.org/a/92876/9780307275929", + "tags": [ + "autobiography", "civil rights", "history" + ] } + ] }