A vibe coded tangled fork which supports pijul.
at e53a3a3823028658e861deee48e8d80222a274ca 13 lines 355 B view raw
1{{ define "title" }}{{ .RepoInfo.FullName }}{{ end }} 2 3{{ define "repoContent" }} 4 <main> 5 <p class="text-center pt-5 text-gray-400 dark:text-gray-500"> 6 This is an empty repository. Push some commits here. 7 </p> 8 </main> 9{{ end }} 10 11{{ define "repoAfter" }} 12 {{ template "repo/fragments/cloneInstructions" . }} 13{{ end }}