From 4b8d728b723dd301895492a89561d577c5c5a8c7 Mon Sep 17 00:00:00 2001 From: karthik Date: Mon, 9 Dec 2019 15:53:18 +0530 Subject: fix margin bottom for post content --- layouts/_default/single.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index d4ebfa5..559e392 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -3,8 +3,8 @@

{{.Title}}

- Posted on {{ .PublishDate.Format "January 2, 2006" }} | {{.ReadingTime}} minute read - {{ .Content }} + Posted on {{ .PublishDate.Format "January 2, 2006" }} | {{.ReadingTime}} minute read +

{{ .Content }}

tags: {{- range .Params.tags -}} {{ . }} -- cgit v1.2.3