{{ define "title" }}commits · {{ .RepoInfo.FullName }}{{ end }}
{{ define "extrameta" }}
{{ $title := printf "commits · %s" .RepoInfo.FullName }}
{{ $url := printf "https://tangled.sh/%s/commits" .RepoInfo.FullName }}
{{ template "repo/fragments/og" (dict "RepoInfo" .RepoInfo "Title" $title "Url" $url) }}
{{ end }}
{{ define "repoContent" }}
{{ nl2br (index $messageParts 1) }}
commits