summaryrefslogtreecommitdiff
path: root/templates/tree.gmi
diff options
context:
space:
mode:
Diffstat (limited to 'templates/tree.gmi')
-rw-r--r--templates/tree.gmi4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/tree.gmi b/templates/tree.gmi
index 35d0d02..b686c2c 100644
--- a/templates/tree.gmi
+++ b/templates/tree.gmi
@@ -1,5 +1,7 @@
-# {{.Params.ref}}:{{ if ne .Params.path "" }}{{.Params.path}}{{ else }}/{{ end }}
+{{ with .Repo.Commit .Ctx .Params.ref -}}
+# {{slice .Hash 0 8}}:{{ if ne $.Params.path "" }}{{$.Params.path}}{{ else }}/{{ end }}
+{{ end -}}
=> ../ {{ if ne .Params.path "" }}../{{ else }}Commit{{ end }}
{{ range .Repo.Tree .Ctx .Params.ref .Params.path -}}
=> ./{{.Path}}{{if eq .Type "tree"}}/{{end}} {{if eq .Type "blob"}}📄{{else if eq .Type "tree"}}📂{{end}} {{.Path}}