Merge branch 'html-fixes'
1 file changed, 3 insertions(+), 2 deletions(-)
changed files
M templates/file.html → templates/file.html
@@ -1,8 +1,9 @@ {{ define "file" }} +<!DOCTYPE html> <html> {{ template "head" . }} - {{ template "repoheader" . }} <body> + {{ template "repoheader" . }} {{ template "nav" . }} <main> <p>{{ .path }} (<a style="color: gray" href="?raw=true">view raw</a>)</p>@@ -26,7 +27,7 @@ <pre> {{- .content -}} </pre> </td> - </tbody></tr> + </tr></tbody> </table> </div> {{end}}