diff options
Diffstat (limited to 'templates/tag_list.nex.txt')
-rw-r--r-- | templates/tag_list.nex.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/tag_list.nex.txt b/templates/tag_list.nex.txt new file mode 100644 index 0000000..df087b2 --- /dev/null +++ b/templates/tag_list.nex.txt @@ -0,0 +1,8 @@ +{{.Repo.Name}} Tags 🏷️ +{{range .Repo.NameBytes}}-{{end}}------- + +{{ range .Repo.Refs .Ctx -}} +{{ if .IsTag -}} +=> ../refs/{{.Hash}}/ {{.ShortName}} +{{ end -}} +{{ end -}} |