templates: fix 404 and 500
1 file changed, 5 insertions(+), 0 deletions(-)
changed files
M templates/repo.html → templates/repo.html
@@ -44,6 +44,11 @@ </tr> {{ end }} {{ end }} </table> + <article> + <pre> + {{- if .readme }}{{ .readme }}{{- end -}} + </pre> + </article> </main> </body> </html>