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 +- public/views/index/footer.ejs | 6 +++--- public/views/index/head.ejs | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'public/views/index') 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') %> diff --git a/public/views/index/footer.ejs b/public/views/index/footer.ejs index 638f4930..c9532f6d 100644 --- a/public/views/index/footer.ejs +++ b/public/views/index/footer.ejs @@ -6,7 +6,7 @@ -<%- include ../build/cover-scripts %> +<%- include('../build/cover-scripts') %> <% } else { %> -<%- include ../build/cover-pack-scripts %> -<% } %> \ No newline at end of file +<%- include('../build/cover-pack-scripts') %> +<% } %> diff --git a/public/views/index/head.ejs b/public/views/index/head.ejs index 900d6324..a6e79e35 100644 --- a/public/views/index/head.ejs +++ b/public/views/index/head.ejs @@ -6,7 +6,7 @@ -<%- include ../includes/favicon %> +<%- include('../includes/favicon') %> @@ -22,8 +22,8 @@ -<%- include ../build/cover-header %> -<%- include ../shared/polyfill %> +<%- include('../build/cover-header') %> +<%- include('../shared/polyfill') %> <% } else { %> -<%- include ../build/cover-pack-header %> +<%- include('../build/cover-pack-header') %> <% } %> -- cgit v1.2.3