summaryrefslogtreecommitdiff
path: root/public/views/index.ejs
diff options
context:
space:
mode:
authorYannick Bungers2021-02-13 20:03:45 +0100
committerGitHub2021-02-13 20:03:45 +0100
commitb01421c470c729eefaf89e43bae67d54c4b03c6e (patch)
treeb6d8dd775ad2e4a13504596d11a6d7ff90e72f3b /public/views/index.ejs
parent7c6abe09b74bd1b6f60c7e042c22b3cb6110813b (diff)
parentb468fb623b055ea6f105b40289d708023e59a07e (diff)
Merge pull request #841 from hedgedoc/renovate/master-ejs-3.x
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>