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
This commit is contained in:
2025-07-31 03:58:28 +01:00
parent 0cc319a702
commit b683b658f7
7 changed files with 64 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ Read the [configuation guide](docs/CONFIG.md) for configuration help (in config.
* site wide and user specific rss, atom
* hitcount
* Markdown syntax in posts
* Commenting on posts
* Commenting on posts and replying to other comments
* site wide custom CSS
# Bugs
@@ -34,7 +34,6 @@ Read the [configuation guide](docs/CONFIG.md) for configuration help (in config.
* formatable custom strings
* inline comments and docs
* clean up code a bit
* comment pages?
* /postID and /userID pages
* site index
* Make EJS modification more user friendly