diff --git a/themes/powershell-community/layouts/_default/list.html b/themes/powershell-community/layouts/_default/list.html index 888852e6d..56e368394 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 }}

@@ -103,7 +103,7 @@

-

{{ .Summary }}

+

{{ .Summary | plainify | truncate 300 }}

{{ .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 }}