Skip to content

Commit 5d27dca

Browse files
Changed Project Structure
1 parent b2c07b0 commit 5d27dca

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

views/home.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<%- include('header'); -%>
1+
<%- include('partials/header'); -%>
22
<div class="blog-container">
33
<div class="col-md-12">
44

@@ -40,4 +40,4 @@
4040
</div>
4141
</div>
4242

43-
<%- include('footer'); -%>
43+
<%- include('partials/footer'); -%>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)