templates: add title tags
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M routes/routes.go → routes/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