From 81189b4ca38e75b5f11ab76f427b8fb641115a41 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Thu, 19 Apr 2018 12:04:14 +0200 Subject: added analytics --- templates/blog.html | 1 + templates/default.html | 1 + templates/microblog.html | 1 + templates/oldpost.html | 1 + templates/post.html | 1 + templates/postlist.html | 6 ++---- 6 files changed, 7 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/blog.html b/templates/blog.html index 442b5c1..d4f8bcb 100644 --- a/templates/blog.html +++ b/templates/blog.html @@ -5,6 +5,7 @@ Yuchen's Blog +
diff --git a/templates/default.html b/templates/default.html index 7cd66f1..b2886e5 100644 --- a/templates/default.html +++ b/templates/default.html @@ -5,6 +5,7 @@ $title$ +
diff --git a/templates/microblog.html b/templates/microblog.html index 66ef130..16babb2 100644 --- a/templates/microblog.html +++ b/templates/microblog.html @@ -5,6 +5,7 @@ Yuchen's Microblog +
diff --git a/templates/oldpost.html b/templates/oldpost.html index 8484071..2be3f1a 100644 --- a/templates/oldpost.html +++ b/templates/oldpost.html @@ -5,6 +5,7 @@ $title$ +
diff --git a/templates/post.html b/templates/post.html index 8484071..2be3f1a 100644 --- a/templates/post.html +++ b/templates/post.html @@ -5,6 +5,7 @@ $title$ +
diff --git a/templates/postlist.html b/templates/postlist.html index 52a019b..993eaad 100644 --- a/templates/postlist.html +++ b/templates/postlist.html @@ -4,10 +4,8 @@ All posts - - - - + +
-- cgit v1.2.3