all repos — legit @ ce71721c6dc80db8af63f2098a1548308e2621b2

web frontend for git, written in go

routes, templates: tree and log views

commit

ce71721c6dc80db8af63f2098a1548308e2621b2

parent

e0f34796a37666058dce61277bc546add707fb2e

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M templates/file.htmltemplates/file.html
@@ -10,7 +10,7 @@ <body>
{{ template "nav" . }} <main> <pre> - {{ .content }} +{{ .content }} </pre> </main> </body>