summaryrefslogtreecommitdiff
path: root/public/views/index/body.ejs
diff options
context:
space:
mode:
authorDavid Mehren2021-02-09 20:27:29 +0100
committerDavid Mehren2021-02-09 20:27:39 +0100
commitb468fb623b055ea6f105b40289d708023e59a07e (patch)
tree22edfa602b09c82a63f599ac65879ad95d69e4a6 /public/views/index/body.ejs
parentfcc4efb8dbbb1ad133ef353e264a5b612661c509 (diff)
Switch to ejs 3 compliant imports
Signed-off-by: David Mehren <git@herrmehren.de>
Diffstat (limited to 'public/views/index/body.ejs')
-rw-r--r--public/views/index/body.ejs2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/views/index/body.ejs b/public/views/index/body.ejs
index d3552c75..5ae462d9 100644
--- a/public/views/index/body.ejs
+++ b/public/views/index/body.ejs
@@ -209,4 +209,4 @@
</div>
</div>
</div>
-<%- include ../shared/signin-modal %>
+<%- include('../shared/signin-modal') %>