all repos — legit @ 7d99afc5cd3ddfc7a875754f4593812b8c2664c8

web frontend for git, written in go

templates: fix 404 and 500

commit

7d99afc5cd3ddfc7a875754f4593812b8c2664c8

parent

f04137f841de6fefe4c79fedeb718b252a3b2958

1 file changed, 5 insertions(+), 0 deletions(-)

changed files
M templates/repo.htmltemplates/repo.html
@@ -44,6 +44,11 @@ </tr>
{{ end }} {{ end }} </table> + <article> + <pre> + {{- if .readme }}{{ .readme }}{{- end -}} + </pre> + </article> </main> </body> </html>