-
- {{.Title}}
- {{ if .Site.Params.dateformShort }}{{ .Date.Format .Site.Params.dateformShort }}{{ else }}{{ .Date.Format "2006-01-02" }}{{ end }}
-
- {{ .Summary | truncate 140 }}
-
+
{{.Title}}
+ {{ .Summary | truncate 140 }}
+ Reading Time: {{ .ReadingTime }} minutes | Published: {{ dateFormat "2006-01-02" .Date }}
+
{{ $title := .Title }}
{{- range (.GetTerms "tags") }}
{{.Title}}
diff --git a/themes/secluded/layouts/generic/single.html b/themes/secluded/layouts/generic/single.html
index a3a548f..b909f29 100644
--- a/themes/secluded/layouts/generic/single.html
+++ b/themes/secluded/layouts/generic/single.html
@@ -3,7 +3,7 @@
-
Reading Time: {{ .ReadingTime }} minutes | Published: {{ dateFormat "2006-01-02" .Date }} | Last Edited: {{ dateFormat "2006-01-02" .Lastmod }}
+
Reading Time: {{ .ReadingTime }} minutes | Published: {{ dateFormat "2006-01-02" .Date }} | Last Edited: {{ dateFormat "2006-01-02" .Lastmod }}>
{{- if .Params.toc }}