diff --git a/themes/powershell-community/layouts/_default/list.html b/themes/powershell-community/layouts/_default/list.html index 888852e6d..83febc26d 100644 --- a/themes/powershell-community/layouts/_default/list.html +++ b/themes/powershell-community/layouts/_default/list.html @@ -60,7 +60,7 @@

{{ .Title }}

-

{{ .Summary }}

+

{{ .Summary | plainify | truncate 300 }}

@@ -81,7 +81,27 @@

{{ else }} -
+
+ +
@@ -103,7 +123,7 @@

-

{{ .Summary }}

+

{{ .Summary | plainify | truncate 300 }}

{{ end }}
+
{{ end }} diff --git a/themes/powershell-community/layouts/index.html b/themes/powershell-community/layouts/index.html index 8fefb6f44..12bca5078 100644 --- a/themes/powershell-community/layouts/index.html +++ b/themes/powershell-community/layouts/index.html @@ -167,7 +167,7 @@

{{ .Title }}

-

{{ .Summary }}

+

{{ .Summary | plainify | truncate 300 }}

Listen Now @@ -211,7 +211,7 @@

{{ .Title }}

-

{{ .Summary }}

+

{{ .Summary | plainify | truncate 300 }}

{{ with .Params.author }}
diff --git a/themes/powershell-community/layouts/podcast/list.html b/themes/powershell-community/layouts/podcast/list.html index 910c1145d..9d31aa46e 100644 --- a/themes/powershell-community/layouts/podcast/list.html +++ b/themes/powershell-community/layouts/podcast/list.html @@ -62,7 +62,7 @@

{{ .Title }}

-

{{ .Summary }}

+

{{ .Summary | plainify | truncate 300 }}