From 6813112e25a6df82531306e0c5ccad3d823fdc4f Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Tue, 15 Sep 2020 22:32:34 +0530 Subject: [PATCH] layouts: single: update post meta --- layouts/_default/single.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index a10ce57c..ded367b5 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -8,9 +8,9 @@ {{ if .Params.hideMeta }}{{ else }}
- {{- if or .Params.author .Site.Params.author }} - {{- .Params.author | default .Site.Params.author }} ยท {{ end }} - {{- .Date.Format "January 2, 2006" -}} + + {{ if or .Params.author .Site.Params.author }} . {{ .Params.author | default .Site.Params.author }}{{ end }} + {{ if $.Site.Params.ShowReadingTime }} . {{ .ReadingTime }}{{ i18n "read_time" | default "min read" }}{{ end }}
{{end}}