all repos — elgit @ 9649b3ed2b252cab6ab4076d58814790582f07f0

fork of legit: web frontend for git, written in go

templates: index rework

commit

9649b3ed2b252cab6ab4076d58814790582f07f0

parent

d083d5d72e4bf496b8152d14986818a5b63fe301

1 file changed, 5 insertions(+), 1 deletion(-)

changed files
M templates/404.htmltemplates/404.html
@@ -3,7 +3,11 @@ <html>
<title>404</title> {{ template "head" . }} <body> - 404 &mdash; nothing like that here + {{ template "nav" . }} + <main> + <h3>404 &mdash; nothing like that here.</h3> + </main> </body> + </html> {{ end }}