diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/barepost.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/barepost.html b/templates/barepost.html index 4a7e2a3..fb31ffc 100644 --- a/templates/barepost.html +++ b/templates/barepost.html @@ -1,5 +1,5 @@ <div class="bodyitem"> <a href="$url$"><h2> $title$ </h2></a> - <p>Posted on $date$</p> + <p>Posted on $date$ | <a href="/posts/$name$.html#isso-thread">Comment(s)</a> </p> $body$ </div> |