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

Branches

{{ range $index, $branch := .Branches }} {{ end }}
{{ range $index, $branch := .Branches }}
{{ if .Commit }}
{{ slice .Commit.Hash.String 0 8 }}
{{ .Commit.Committer.When | timeFmt }}
{{ end }}
{{ end }}
{{ end }}