{{ define "title" }}commits · {{ .RepoInfo.FullName }}{{ end }}
{{ define "repoContent" }}
{{ index $messageParts 0 }} {{ nl2br (unwrapText (index $messageParts 1)) }} {{ nl2br (index $messageParts 1) }}
{{ range $index, $commit := .Commits }}
{{ $messageParts := splitN $commit.Message "\n\n" 2 }}
Author
Commit
Message
Date
{{ end }}
{{ $didOrHandle := index $.EmailToDidOrHandle $commit.Author.Email }}
{{ if $didOrHandle }}
{{ $didOrHandle }}
{{ else }}
{{ $commit.Author.Name }}
{{ end }}
{{ slice $commit.Hash.String 0 8 }}
{{ if eq $index 0 }}
{{ timeFmt $commit.Author.When }}