summaryrefslogtreecommitdiff
path: root/templates/tag_list.nex.txt
blob: df087b240e7778943880f07424e29d11b1c08b71 (plain)
1
2
3
4
5
6
7
8
{{.Repo.Name}} Tags 🏷️
{{range .Repo.NameBytes}}-{{end}}-------

{{ range .Repo.Refs .Ctx -}}
{{ if .IsTag -}}
=> ../refs/{{.Hash}}/ {{.ShortName}}
{{ end -}}
{{ end -}}