Commit Graph

5 Commits

Author SHA1 Message Date
e63fb4a27a updated ejs 2025-10-09 14:18:03 +01:00
max
e6476dcd4e Everything uses data.getdata()
data.getdata() excepts two parameters, if desired, the second will be the index, however if you don't specify anything, the whole array will be returned
Also, comments now have a composite key of postID-commentID, with each post's comments having their own set starting at 0, this makes it easier to index and find a specific comment, and making the getcomment() function unessesary
2025-09-24 17:06:13 +01:00
b683b658f7 Comments now have their own pages, at /comment/commentID, these are
linked to when someone replies to another comment (>> id), I also fixed
a bug in comment submission where the counter was not incrementing
2025-07-31 03:58:28 +01:00
797d894621 lots of fixes and more EJS 2025-07-23 02:20:38 +01:00
cc131798a3 ejs stuff 2025-07-22 00:17:00 +01:00