diff options
Diffstat (limited to '')
-rw-r--r-- | public/views/templates/listing.html (renamed from templates/listing.html) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/listing.html b/public/views/templates/listing.html index 2046be1a..371f4ac3 100644 --- a/templates/listing.html +++ b/public/views/templates/listing.html @@ -3,7 +3,7 @@ <head> <meta charset="utf-8"> <title>Directory Listing</title> - <link rel="stylesheet" href="/{{{theme}}}" id="theme"> + <link rel="stylesheet" href="/vendor/reveal.js/{{{theme}}}" id="theme"> <style type="text/css"> body { margin: 1em; |