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
|
each post in posts
|
||||||
article
|
article
|
||||||
header
|
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")
|
each line in post.message.split("\n")
|
||||||
+entryLine(line)
|
+entryLine(line)
|
||||||
if post.feedback
|
if post.feedback
|
||||||
|
Loading…
Reference in New Issue
Block a user