From d858f180589012aee67e6f62f79d827f3889cf56 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 14 Jun 2022 00:13:52 -0700 Subject: feat(remarks): add more structure to remarks --- content/json/remarks.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'content/json') diff --git a/content/json/remarks.json b/content/json/remarks.json index 533d564..a01401a 100644 --- a/content/json/remarks.json +++ b/content/json/remarks.json @@ -1,4 +1,10 @@ [ - "Forth users all seem to be part of a cult.", - "COBOL is a great language!" + { + "remark": "Forth users all seem to be part of a cult.", + "created": "2022. 04. 14." + }, + { + "remark": "COBOL is a great language!", + "created": "2022. 04. 14." + } ] -- cgit v1.2.3