aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorYuchen Pei <me@ypei.me>2018-05-11 16:08:58 +0200
committerYuchen Pei <me@ypei.me>2018-05-11 16:08:58 +0200
commit029b8c8e54171638b1de508b66ee29d5cc8fe4f6 (patch)
tree6effb5973bae653047412dc937ac62ba46ff481f /templates
parentba82a8669c284ffd7140c2a570d19456114f1dc7 (diff)
minor fix
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 fb31ffc..368adb6 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$ | <a href="/posts/$name$.html#isso-thread">Comment(s)</a> </p>
+ <p>Posted on $date$ | <a href="/posts/$name$.html#isso-thread">Comments</a> </p>
$body$
</div>