diff --git a/themes/powershell-community/layouts/_default/single.html b/themes/powershell-community/layouts/_default/single.html
index 7d45250f1..4ef364c5f 100644
--- a/themes/powershell-community/layouts/_default/single.html
+++ b/themes/powershell-community/layouts/_default/single.html
@@ -12,23 +12,26 @@
{{ if eq .Section "podcast" }}
Podcast
{{ else }}
- Articles
+ Articles
+
{{ end }}
{{ .Title }}
-
+
{{ if eq .Section "podcast" }}
-
+
Podcast
{{ end }}
{{ with .Params.categories }}
{{ range . }}
-
+
{{ . }}
{{ end }}
@@ -38,10 +41,10 @@
{{ .Params.duration }}
{{ end }}
-
+
{{ .Title }}
-
+
{{ end }}
•
{{ .ReadingTime }} min read
-
+
-
+
{{ if and (eq .Section "podcast") .Params.podcast_url }}
@@ -97,30 +98,30 @@
Listen to this Episode
{{ end }}
-
+
{{ .Content }}
-
+
{{ with .Params.tags }}
{{ end }}
-
+
{{ partial "article-author-about.html" . }}
-
+
{{ $related := .Site.RegularPages.Related . | first 3 }}
{{ if $related }}
@@ -136,7 +137,12 @@
{{ .Title }}
- {{ .Summary }}
+ {{ .Summary | plainify | truncate 125 }}
+
+ Read more
+
+
{{ end }}
@@ -149,7 +155,7 @@