From a38d04936cd859711dfb0938d5cb998ffc9ce247 Mon Sep 17 00:00:00 2001 From: tjpcc Date: Sat, 16 Sep 2023 20:56:32 -0600 Subject: use short hashes in page titles --- templates/tree.gmi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates/tree.gmi') 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}} -- cgit v1.2.3