{{ $post.Title | markdownify }}
{{ if $post.Params.date }}{{ $post.Date.Format (.Site.Params.dateFormat | default ":date_medium") }}
{{ end }} {{ if $post.Summary }}{{ $post.Summary | truncate 150 }}
{{ end }}{{ range .Pages.ByPublishDate.Reverse }} {{ $post := . }}
{{ $post.Date.Format (.Site.Params.dateFormat | default ":date_medium") }}
{{ end }} {{ if $post.Summary }}{{ $post.Summary | truncate 150 }}
{{ end }}