diff options
author | Christian Cleberg <hello@cleberg.net> | 2023-05-22 15:18:52 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2023-05-22 15:18:52 -0500 |
commit | deb20fdfca35c64066fe4e375099350dc77ea408 (patch) | |
tree | 8be0f7541652e4e8f89fc4dd603fae7accf4ee24 /_data/comments.json | |
download | php-blog-deb20fdfca35c64066fe4e375099350dc77ea408.tar.gz php-blog-deb20fdfca35c64066fe4e375099350dc77ea408.tar.bz2 php-blog-deb20fdfca35c64066fe4e375099350dc77ea408.zip |
initial commit
Diffstat (limited to '_data/comments.json')
-rw-r--r-- | _data/comments.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/_data/comments.json b/_data/comments.json new file mode 100644 index 0000000..43a4383 --- /dev/null +++ b/_data/comments.json @@ -0,0 +1,14 @@ +[ + { + "timestamp": "2021-04-20 19:16:36", + "username": "John Doe", + "comment": "Lorem ipsum dolor sit amet!", + "postURL": "https:\/\/blog.example.com\/post\/lorem-ipsum.html" + }, + { + "timestamp": "2021-04-21 02:32:39", + "username": "Jane Dow", + "comment": "# Lorem Ipsum!", + "postURL": "https:\/\/blog.example.com\/post\/example-syntax.html" + } +] |