diff --git a/layouts/index.html b/layouts/index.html index b69e1fcd..996b59a6 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -137,7 +137,7 @@

{{ .title }}

-

{{ .content | plainify | truncate 100 }}

+

{{ .content | markdownify | plainify | truncate 100 }}