{{site.Params.posts_title}}

{{ range first 5 ( where site.RegularPages "Type" "featured" )}}
{{ partial "image.html" (dict "Src" .Params.image "Alt" .Title "Class" "img-fluid rounded-circle mb-3 mb-sm-0 featured-widget-img" "Command" "Fill" "Size" "80x80" ) }}

{{.Title | markdownify}}

  • {{ time.Format ":date_long" .PublishDate }}
{{ end }}
{{ range first 5 ( where site.RegularPages "Section" "in" site.Params.mainSections )}}
{{ partial "image.html" (dict "Src" .Params.image "Alt" .Title "Class" "img-fluid rounded-circle mb-3 mb-sm-0 featured-widget-img" "Command" "Fill" "Size" "80x80" ) }}

{{.Title | markdownify}}

  • {{ time.Format ":date_long" .PublishDate }}
{{ end }}