{{ $contributors := site.Data.contributors }} {{ range $i, $contributor := $contributors }} {{ if and (ge $i 0) (le $i 1) }}
{{ if eq $i 0 }}

{{ $contributor.date }}

{{ else }}
{{ $contributor.date }}
{{ end }}
{{ end }} {{ end }}