From 3725b56faf57d0d83add5e857874406597d3cbab Mon Sep 17 00:00:00 2001 From: kskarthik Date: Sun, 8 Dec 2019 21:03:48 +0000 Subject: Adjust margin below publish date & email area --- 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 d2c6a7c..d4ebfa5 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -3,7 +3,7 @@

{{.Title}}

- Posted on {{ .PublishDate.Format "January 2, 2006" }} | {{.ReadingTime}} minute read + Posted on {{ .PublishDate.Format "January 2, 2006" }} | {{.ReadingTime}} minute read {{ .Content }} tags: {{- range .Params.tags -}} @@ -14,7 +14,7 @@ {{ if .Site.Params.disqus }} {{ template "_internal/disqus.html" . }} {{ else }} - Please mail your comments to {{.Site.Params.email}}
+ Please mail your comments to {{.Site.Params.email}}
{{end}}
-- cgit v1.2.3