diff --git a/layouts/partials/post-list.html b/layouts/partials/post-list.html index 98dceff..9501ae8 100644 --- a/layouts/partials/post-list.html +++ b/layouts/partials/post-list.html @@ -4,7 +4,7 @@ {{ if ne $url "about/" }}
  • - {{ .Title }}

    {{ .Description }}

    + {{ .Title }}

    {{ .Description | markdownify }}

  • {{ end }} {{ end }}