From 26effade34ebf65d15d58410979276c6f5ffb8b0 Mon Sep 17 00:00:00 2001 From: Huy Tran Date: Fri, 30 Mar 2018 18:09:06 +1100 Subject: [PATCH] Fixes #1 --- layouts/index.html | 6 +----- layouts/partials/list_content.html | 6 +----- layouts/partials/post_content.html | 19 +++++++------------ 3 files changed, 9 insertions(+), 22 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index 76485e9..df10349 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -8,11 +8,7 @@

{{ .Title }}

{{ .Summary }} {{ if .Truncated }} diff --git a/layouts/partials/list_content.html b/layouts/partials/list_content.html index d9f216d..ab3460b 100644 --- a/layouts/partials/list_content.html +++ b/layouts/partials/list_content.html @@ -6,11 +6,7 @@ {{ .Title }} {{ if not .Date.IsZero }} {{end}} diff --git a/layouts/partials/post_content.html b/layouts/partials/post_content.html index c93b6c1..329d103 100644 --- a/layouts/partials/post_content.html +++ b/layouts/partials/post_content.html @@ -5,32 +5,27 @@