diff options
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 |