aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-14 00:13:52 -0700
committerFuwn <[email protected]>2022-06-14 00:13:52 -0700
commitd858f180589012aee67e6f62f79d827f3889cf56 (patch)
tree338b017ad8514efdeb7e6d39415e9179b9c83259 /content
parentrefactor(cargo.toml): dependency ordering (diff)
downloadlocus-d858f180589012aee67e6f62f79d827f3889cf56.tar.xz
locus-d858f180589012aee67e6f62f79d827f3889cf56.zip
feat(remarks): add more structure to remarks
Diffstat (limited to 'content')
-rw-r--r--content/json/remarks.json10
1 files changed, 8 insertions, 2 deletions
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."
+ }
]