Previous 3 by weight (ascending) then date (descending) ?
{{ range first 3 (where .CurrentSection.Pages "Date" "lt" .Date) }}
<a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a>
{{ end }}
Previous 3 by weight (ascending) then date (descending) ?
{{ range first 3 (where .CurrentSection.Pages "Date" "lt" .Date) }}
<a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a>
{{ end }}