A vibe coded tangled fork which supports pijul.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 05cf1c1bbbea28c7b4685e71686d4c5857faa704 17 lines 456 B view raw
1{{ define "title" }} 2 branches | {{ .RepoInfo.FullName }} 3{{ end }} 4 5{{ define "content" }} 6 {{ $name := .RepoInfo.Name }} 7 <h3>branches</h3> 8 <div class="refs"> 9 {{ range .Branches }} 10 <div> 11 <strong>{{ .Name }}</strong> 12 <a href="/{{ $name }}/tree/{{ .Name }}/">browse</a> 13 <a href="/{{ $name }}/log/{{ .Name }}">log</a> 14 </div> 15 {{ end }} 16 </div> 17{{ end }}