Decided to show post number as well.
This commit is contained in:
parent
6473960484
commit
3ce75da3e3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user