aboutsummaryrefslogtreecommitdiff
path: root/src/views/index.html
diff options
context:
space:
mode:
authorMarvin Borner2020-07-18 22:27:48 +0200
committerMarvin Borner2020-07-18 22:27:48 +0200
commitf8cff89de2ef165748362cf0f104e2bf7bf88618 (patch)
tree7c64e49d890aa186f9810a512b03c2eef6d7c27d /src/views/index.html
parent317b466e1080166aa6bf40a3766014593cbc95f2 (diff)
Fileview..
Diffstat (limited to 'src/views/index.html')
-rw-r--r--src/views/index.html2
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>