aboutsummaryrefslogtreecommitdiff
path: root/templates/barepost.html
diff options
context:
space:
mode:
authorYuchen Pei <me@ypei.me>2018-05-11 16:11:55 +0200
committerYuchen Pei <me@ypei.me>2018-05-11 16:11:55 +0200
commit03b2bcb3fda50c08bfd8a8a7559cbda250d64b02 (patch)
treec77204b65910482ac87ee363f8cb414d67dc7668 /templates/barepost.html
parent029b8c8e54171638b1de508b66ee29d5cc8fe4f6 (diff)
minor fixes
- removed comment link from barepost - removed count.min.js from blog - added comment counter to post
Diffstat (limited to 'templates/barepost.html')
-rw-r--r--templates/barepost.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/barepost.html b/templates/barepost.html
index 368adb6..4a7e2a3 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">Comments</a> </p>
+ <p>Posted on $date$</p>
$body$
</div>