Decided to show post number as well.

This commit is contained in:
Alexander Andreev 2022-10-10 03:28:03 +04:00
parent 6473960484
commit 3ce75da3e3
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ block content
each post in posts
article
header
| Posted by #[span.highlighted= post.name] #{post.website} on #[time(datetime=post.created)= date_(post.created, tz)]
| Post ##{post.post_id} by #[span.highlighted= post.name] #{post.website} on #[time(datetime=post.created)= date_(post.created, tz)]
each line in post.message.split("\n")
+entryLine(line)
if post.feedback