diff options
| author | Fuwn <[email protected]> | 2022-06-14 00:13:52 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-14 00:13:52 -0700 |
| commit | d858f180589012aee67e6f62f79d827f3889cf56 (patch) | |
| tree | 338b017ad8514efdeb7e6d39415e9179b9c83259 /content | |
| parent | refactor(cargo.toml): dependency ordering (diff) | |
| download | locus-d858f180589012aee67e6f62f79d827f3889cf56.tar.xz locus-d858f180589012aee67e6f62f79d827f3889cf56.zip | |
feat(remarks): add more structure to remarks
Diffstat (limited to 'content')
| -rw-r--r-- | content/json/remarks.json | 10 |
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." + } ] |