diff --git a/themes/secluded/layouts/_default/list.html b/themes/secluded/layouts/_default/list.html
index 40e6532..22972a6 100644
--- a/themes/secluded/layouts/_default/list.html
+++ b/themes/secluded/layouts/_default/list.html
@@ -24,10 +24,10 @@
{{- range .Pages }}
{{- if .Params.rss_only }}
{{- else }}
-
{{.Title}}
{{ .Summary | truncate 140 }}
- Reading Time: {{ .ReadingTime }} minutes | Published: {{ dateFormat "2006-01-02" .Date }}
+ Reading Time: {{ .ReadingTime }} minutes | Published: {{ dateFormat "2006-01-02" .Date }}
{{- if .Params.tags }}
{{ $title := .Title }}
diff --git a/themes/secluded/layouts/_default/single.html b/themes/secluded/layouts/_default/single.html
index 9169a1d..b2572d1 100644
--- a/themes/secluded/layouts/_default/single.html
+++ b/themes/secluded/layouts/_default/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 }}
Download this post as: PDF, EPUB, or plaintext
{{- if .Params.tags }}
diff --git a/themes/secluded/layouts/generic/single.html b/themes/secluded/layouts/generic/single.html
index b909f29..7ecf154 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 }}