{{ define "main" }}

Projects

{{ with .Site.Params.projectsIntro }}

{{ . }}

{{ else }}

A selection of things I’ve been building – themes, tools, and experiments.

{{ end }}
{{/* you can tweak sorting if you want; this is newest first */}} {{ $paginator := .Paginate (.Pages.ByDate.Reverse) }}
{{ range $paginator.Pages }} {{ partial "components/project-card.html" (dict "Page" . "Root" $) }} {{ end }}
{{ if gt $paginator.TotalPages 1 }} {{ end }}
{{ end }}