aboutsummaryrefslogtreecommitdiff
path: root/templates/file.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/file.html')
-rw-r--r--templates/file.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/file.html b/templates/file.html
index 758f68a..7dd5b86 100644
--- a/templates/file.html
+++ b/templates/file.html
@@ -2,13 +2,13 @@
<!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>
<div class="file-wrapper">
- <pre>{{- .content -}}</pre>
+ <pre>{{- .content -}}</pre>
</div>
</main>
</body>