aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/views/index.ejs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--app/views/index.ejs (renamed from views/index.ejs)6
1 files changed, 3 insertions, 3 deletions
diff --git a/views/index.ejs b/app/views/index.ejs
index 7a853b3..0768773 100644
--- a/views/index.ejs
+++ b/app/views/index.ejs
@@ -1,9 +1,9 @@
-<% include header %>
+<% include templates/header %>
</head>
<body>
- <% include navbar %>
+ <% include templates/navbar %>
<div class="indexwrapper" id="index1">
<div class="container">
<div class="row-fluid">
@@ -126,6 +126,6 @@
-<% include footer %>
+<% include templates/footer %>
</body>
</html>