uncomment partials
This commit is contained in:
1 parent
5abec70c61
commit
b558a75f20
1 file changed
+4
-4
+4
-4
@@ -9,8 +9,8 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<%# include("./partials/fileHeader") %>
|
||||
<%# include("./partials/header") %>
|
||||
<%- include("./partials/fileHeader") %>
|
||||
<%- include("./partials/header") %>
|
||||
|
||||
<main>
|
||||
<div class="p-4 ">
|
||||
@@ -285,8 +285,8 @@
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<%# include("./partials/navBar") %>
|
||||
<%# include("./partials/footer") %>
|
||||
<%- include("./partials/navBar") %>
|
||||
<%- include("./partials/footer") %>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in new issue
Block a user