summaryrefslogtreecommitdiff
path: root/public/views/index.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'public/views/index.ejs')
-rw-r--r--public/views/index.ejs8
1 files changed, 4 insertions, 4 deletions
diff --git a/public/views/index.ejs b/public/views/index.ejs
index 0da58bcd..bd2c4fe6 100644
--- a/public/views/index.ejs
+++ b/public/views/index.ejs
@@ -2,13 +2,13 @@
<html lang="en">
<head>
- <%- include index/head %>
+ <%- include('index/head') %>
</head>
<body>
- <%- include index/header %>
- <%- include index/body %>
- <%- include index/footer %>
+ <%- include('index/header') %>
+ <%- include('index/body') %>
+ <%- include('index/footer') %>
</body>
</html>