all repos — legit @ 7fe98772b079cca83b854e8f8a6be5dc55c10483

web frontend for git, written in go

templates: add title tags

commit

7fe98772b079cca83b854e8f8a6be5dc55c10483

parent

5ea7cae973e8329ae768c35bda41e656f974815d

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M routes/routes.goroutes/routes.go
@@ -173,6 +173,7 @@ data := make(map[string]any)
data["name"] = name data["ref"] = ref data["desc"] = getDescription(path) + data["path"] = treePath d.showFile(contents, data, w) return