From ce0def95f3924a10b0faceb72aa5df18bf813fb1 Mon Sep 17 00:00:00 2001 From: tjpcc Date: Sun, 17 Sep 2023 14:00:03 -0600 Subject: GOPHER --- templates/tree.gophermap | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 templates/tree.gophermap (limited to 'templates/tree.gophermap') diff --git a/templates/tree.gophermap b/templates/tree.gophermap new file mode 100644 index 0000000..ed9c1e7 --- /dev/null +++ b/templates/tree.gophermap @@ -0,0 +1,9 @@ +{{ with .Repo.Commit .Ctx .Params.ref -}} +i{{slice .Hash 0 8}}:{{ if ne $.Params.path "" }}{{$.Params.path}}{{ else }}/{{ end }} {{$.Selector}} {{$.Host}} {{$.Port}} +i {{$.Selector}} {{$.Host}} {{$.Port}} +{{ end -}} +1{{ if ne .Params.path "" }}../{{ else }}Commit{{ end }} {{join $.Selector ".."}} {{$.Host}} {{$.Port}} +{{ range .Repo.Tree .Ctx $.Params.ref $.Params.path -}} +{{ if eq .Type "blob" }}0📄 {{ else }}1📂 {{ end }}{{.Path}} {{join $.Selector .Path}} {{$.Host}} {{$.Port}} +{{ end -}} +. -- cgit v1.2.3