diff options
Diffstat (limited to 'src/views/index.html')
-rw-r--r-- | src/views/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/index.html b/src/views/index.html index ffeb948..0e3ab11 100644 --- a/src/views/index.html +++ b/src/views/index.html @@ -6,6 +6,6 @@ <title>Index</title> </head> <body> - <% if (path) { %> <%= path %>! <% } %> + <% if (files) { %> <%= files %>! <% } %> </body> </html> |