diff options
author | Doge <[email protected]> | 2021-05-03 18:36:16 +0800 |
---|---|---|
committer | Doge <[email protected]> | 2021-05-03 18:36:16 +0800 |
commit | affca0d5e31f862b3a5022bd49f40cea227707a2 (patch) | |
tree | b16db71a7f5cadb71804481849c89c5c37f985ae /layout/layout.ejs | |
parent | 05f722c51617fceaa0c4b581dfc78762b9b58a03 (diff) | |
download | chromate-affca0d5e31f862b3a5022bd49f40cea227707a2.tar.gz chromate-affca0d5e31f862b3a5022bd49f40cea227707a2.tar.bz2 chromate-affca0d5e31f862b3a5022bd49f40cea227707a2.zip |
Add modules support
Diffstat (limited to 'layout/layout.ejs')
-rw-r--r-- | layout/layout.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <div class="wrapper"> <%- body %> </div> - <%- partial('partial/footer') %> + <%- partial('_partial/footer') %> </body> <%- partial('_partial/scripts') %> </html>
\ No newline at end of file |