diff options
author | Marvin Borner | 2020-07-18 22:27:48 +0200 |
---|---|---|
committer | Marvin Borner | 2020-07-18 22:27:48 +0200 |
commit | f8cff89de2ef165748362cf0f104e2bf7bf88618 (patch) | |
tree | 7c64e49d890aa186f9810a512b03c2eef6d7c27d /src/views/index.html | |
parent | 317b466e1080166aa6bf40a3766014593cbc95f2 (diff) |
Fileview..
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> |