aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorYuchen Pei <me@ypei.me>2018-05-11 15:54:18 +0200
committerYuchen Pei <me@ypei.me>2018-05-11 15:54:18 +0200
commit3ceba6e53f6bfd6d76b6f13ce8add533ac347193 (patch)
treecad864a58b90b745845e0c8c6c8ad55fea2fd6e1 /templates
parenta24d26ee19831f3fb10b7d78d76a7e0dcc5a510b (diff)
added comment number display in barepost
Diffstat (limited to 'templates')
-rw-r--r--templates/barepost.html2
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>