aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/views/template.ejs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--app/views/template.ejs (renamed from views/template.ejs)6
1 files changed, 3 insertions, 3 deletions
diff --git a/views/template.ejs b/app/views/template.ejs
index ef05996..6803c37 100644
--- a/views/template.ejs
+++ b/app/views/template.ejs
@@ -1,8 +1,8 @@
-<% include header %>
+<% include templates/header %>
</head>
<body>
- <% include navbar %>
+ <% include templates/navbar %>
<!-- Wrapper
================================================== -->
@@ -13,6 +13,6 @@
</div><!-- /div.#wrapper -->
-<% include footer %>
+<% include templates/footer %>
</body>
</html>