summaryrefslogtreecommitdiffstats
path: root/templates/file.html
diff options
context:
space:
mode:
authorLibravatar Anirudh Oppiliappan <x@icyphox.sh>2022-12-11 21:17:04 +0530
committerLibravatar Anirudh Oppiliappan <x@icyphox.sh>2022-12-11 21:17:04 +0530
commitce71721c6dc80db8af63f2098a1548308e2621b2 (patch)
tree80a4083382113b095de03f9c5d9032591f4ea439 /templates/file.html
parente0f34796a37666058dce61277bc546add707fb2e (diff)
downloadlegit-ce71721c6dc80db8af63f2098a1548308e2621b2.tar.gz
legit-ce71721c6dc80db8af63f2098a1548308e2621b2.tar.bz2
legit-ce71721c6dc80db8af63f2098a1548308e2621b2.zip
routes, templates: tree and log views
Diffstat (limited to '')
-rw-r--r--templates/file.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/file.html b/templates/file.html
index 2ccf1c6..ed6073f 100644
--- a/templates/file.html
+++ b/templates/file.html
@@ -10,7 +10,7 @@
{{ template "nav" . }}
<main>
<pre>
- {{ .content }}
+{{ .content }}
</pre>
</main>
</body>