diff options
author | Yuchen Pei <me@ypei.me> | 2018-05-11 16:08:58 +0200 |
---|---|---|
committer | Yuchen Pei <me@ypei.me> | 2018-05-11 16:08:58 +0200 |
commit | 029b8c8e54171638b1de508b66ee29d5cc8fe4f6 (patch) | |
tree | 6effb5973bae653047412dc937ac62ba46ff481f /templates/barepost.html | |
parent | ba82a8669c284ffd7140c2a570d19456114f1dc7 (diff) |
minor fix
Diffstat (limited to 'templates/barepost.html')
-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 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> |