{{ define "main" }} {{ partial "hero.html" . }}
Latest
{{ range site.RegularPages }} {{ if eq .Type "articles" }} {{ $data := dict "title" .Title "type" .Params.type "description" .Summary "date" .Date "url" .RelPermalink "image" .Params.image "featured" .Params.featured }} {{ partial "post-card.html" $data }} {{ end }} {{ end }}
View all articles
{{ end }}