From 03b2bcb3fda50c08bfd8a8a7559cbda250d64b02 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Fri, 11 May 2018 16:11:55 +0200 Subject: minor fixes - removed comment link from barepost - removed count.min.js from blog - added comment counter to post --- templates/barepost.html | 2 +- templates/blog.html | 1 - templates/post.html | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) (limited to 'templates') 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 @@

$title$

-

Posted on $date$ | Comments

+

Posted on $date$

$body$
diff --git a/templates/blog.html b/templates/blog.html index 9bfa563..d4f8bcb 100644 --- a/templates/blog.html +++ b/templates/blog.html @@ -4,7 +4,6 @@ Yuchen's Blog - 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 @@

$title$

-

Posted on $date$

+

Posted on $date$ | Comments

$body$
-- cgit v1.2.3