From 13a08c508005b9c3b280c05459e943a268b5ccc5 Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Thu, 6 May 2021 11:47:53 -0400 Subject: Fixed static file handler to allow subdirectories properly. Fixed directory file listing under Linux. Release listing now works through CGI. --- captain/templates/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'captain/templates/index.html') diff --git a/captain/templates/index.html b/captain/templates/index.html index 1bbf8f4..6a41d0d 100644 --- a/captain/templates/index.html +++ b/captain/templates/index.html @@ -1,5 +1,7 @@ + + {{ title }} - I'm Levitating! @@ -22,7 +24,7 @@
- {{ content }} + {{ contents }}
-- cgit v1.2.3