all repos — legit-config @ 4f7973141a5423c2afd45e1d69dc3391bfaeea30

Configs for my instance of [legit](https://git.icyphox.sh/legit)

templates/repo-header.html (view raw)

 1{{ define "repoheader" }}
 2<header>
 3  <h2>
 4  <a href="/">all repos</a>
 5   &mdash; {{ .displayname }}
 6    {{ if .ref }}
 7    <span class="ref">@ {{ .ref }}</span>
 8    {{ end }}
 9  </h2>
10  <h3 class="desc">{{ .desc }}</h3>
11</header>
12{{ end }}