From f1b0130960ed75ebf059cf3fede87a5c7658d753 Mon Sep 17 00:00:00 2001 From: Jordan Han Date: Sat, 8 Jun 2019 20:38:32 +0800 Subject: [PATCH] removed title from homepage --- _includes/post_detail.html | 8 -------- 1 file changed, 8 deletions(-) diff --git a/_includes/post_detail.html b/_includes/post_detail.html index 370102e..42e38b2 100644 --- a/_includes/post_detail.html +++ b/_includes/post_detail.html @@ -1,9 +1 @@ -

-{% if page.title %} - {{ page.title }} -{% endif %} -{% if post.title %} - {{ post.title }} -{% endif %} -

{{ content }}