diff --git a/themes/secluded/layouts/_default/single.html b/themes/secluded/layouts/_default/single.html index f50e666..455a9dd 100644 --- a/themes/secluded/layouts/_default/single.html +++ b/themes/secluded/layouts/_default/single.html @@ -3,9 +3,7 @@

{{ .Title | markdownify }}

- {{- if .GitInfo }} -

Last edited: {{ if .Site.Params.dateformNum }}{{ dateFormat .Site.Params.dateformNum .GitInfo.AuthorDate.Local }}{{ else }}{{ dateFormat "2006-01-02" .GitInfo.AuthorDate.Local }}{{ end }}

- {{- end }} +

Reading Time: {{ .ReadingTime }} minutes | Published: {{ dateFormat "2006-01-02" .Date }} | Last Edited: {{ dateFormat "2006-01-02" .Lastmod }}

{{- if .Params.toc }}