added post id to templates

This commit is contained in:
sose 2020-12-24 13:53:05 -08:00
parent 20ed9e4f4d
commit e8771ff865
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# {title}
By {username} on {timestamp}
No.{post_id} By {username} on {timestamp}
{text}

View File

@ -1,5 +1,5 @@
## {title}
By {username} on {timestamp}
No.{post_id} By {username} on {timestamp}
{num_children} replies
=> {path} Expand
----

View File

@ -1,3 +1,3 @@
{text}
By {username} on {timestamp}
No.{post_id} By {username} on {timestamp}
----