From affca0d5e31f862b3a5022bd49f40cea227707a2 Mon Sep 17 00:00:00 2001 From: Doge Date: Mon, 3 May 2021 18:36:16 +0800 Subject: Add modules support --- layout/layout.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layout/layout.ejs') diff --git a/layout/layout.ejs b/layout/layout.ejs index 4ae62cc..96d7f6a 100644 --- a/layout/layout.ejs +++ b/layout/layout.ejs @@ -6,7 +6,7 @@
<%- body %>
- <%- partial('partial/footer') %> + <%- partial('_partial/footer') %> <%- partial('_partial/scripts') %> \ No newline at end of file -- cgit v1.2.3