From b468fb623b055ea6f105b40289d708023e59a07e Mon Sep 17 00:00:00 2001 From: David Mehren Date: Tue, 9 Feb 2021 20:27:29 +0100 Subject: Switch to ejs 3 compliant imports Signed-off-by: David Mehren --- public/views/index/body.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/views/index/body.ejs') 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 @@ -<%- include ../shared/signin-modal %> +<%- include('../shared/signin-modal') %> -- cgit v1.2.3