{{ if site.Params.enforceSinglePage -}} {{ warnf "enforceSinglePage is set to true. This is very likely not what you want for blog posts which will always redirect to main page with this option!"}} {{- end }}

{{ i18n "latestPosts" }}

{{ range first 5 (where site.RegularPages "Section" "blog") }}

{{ .Title }}

{{ .Date.Format (.Site.Params.dateform | default "January 2, 2006") }} ยท {{ i18n "minuteRead" .ReadingTime }}
{{ end }}