{{ range first 3 (where .Site.RegularPages.ByDate.Reverse "Section" "post" ) }}

{{ .Title }}

{{ with .Params.authors }}

by {{ index . 0 }}

{{ end }}

{{ with .Params.description }} {{ . }} {{ else }} {{ .Summary | truncate 200 }} {{ end }}

{{ end }}