diff options
author | Yuchen Pei <me@ypei.me> | 2018-05-11 16:11:55 +0200 |
---|---|---|
committer | Yuchen Pei <me@ypei.me> | 2018-05-11 16:11:55 +0200 |
commit | 03b2bcb3fda50c08bfd8a8a7559cbda250d64b02 (patch) | |
tree | c77204b65910482ac87ee363f8cb414d67dc7668 /templates/post.html | |
parent | 029b8c8e54171638b1de508b66ee29d5cc8fe4f6 (diff) |
minor fixes
- removed comment link from barepost
- removed count.min.js from blog
- added comment counter to post
Diffstat (limited to 'templates/post.html')
-rw-r--r-- | templates/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/post.html b/templates/post.html index 3209f4e..b873357 100644 --- a/templates/post.html +++ b/templates/post.html @@ -35,7 +35,7 @@ <div class="main"> <div class="bodyitem"> <h2> $title$ </h2> - <p>Posted on $date$</p> + <p>Posted on $date$ | <a href="/my-uri.html#isso-thread">Comments</a> </p> $body$ </div> <section id="isso-thread"></section> |