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/500.htmltemplates/500.html
@@ -3,7 +3,11 @@ <html>
<title>500</title> {{ template "head" . }} <body> - 500 &mdash; something broke! + {{ template "nav" . }} + <main> + <h3>500 &mdash; something broke!</h3> + </main> </body> + </html> {{ end }}