Commit Graph

10 Commits

Author SHA1 Message Date
deadvey f11b94527d ugghhhh new site_path config option 2026-05-30 20:05:01 +01:00
deadvey dd317883be fixed issues with site urls not being a site root (hopefully) 2026-05-30 18:34:18 +01:00
deadvey 6f9e7aee13 small change in comment ids 2025-10-09 14:38:37 +01:00
deadvey 23add8897b divs to spans because correct html 2025-10-09 14:30:48 +01:00
deadvey 84a34d94f3 removed newlines from comments ejs 2025-10-09 14:28:51 +01:00
deadvey 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
deadvey 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
deadvey 797d894621 lots of fixes and more EJS 2025-07-23 02:20:38 +01:00
deadvey cc131798a3 ejs stuff 2025-07-22 00:17:00 +01:00