From a87f88a57c68627a1f63f1551fcef2c1f1ec7036 Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Sun, 25 Feb 2024 23:15:21 +0200 Subject: routes: add raw file view --- templates/file.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/file.html b/templates/file.html index 49bc19b..23187ec 100644 --- a/templates/file.html +++ b/templates/file.html @@ -5,7 +5,7 @@ {{ template "nav" . }}
-

{{ .path }}

+

{{ .path }} (view raw)

-- cgit v1.2.3