Skip to content

Commit 048b486

Browse files
Restructured
1 parent 9622fd9 commit 048b486

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

views/home.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<div class="jumbotron jumbotron-fluid post-container">
1616
<div class="container">
1717
<h1 class="display-4 post-title">
18-
<%= title[i] %>
18+
<%= posts[i].title %>
1919
</h1>
2020
<p class="lead post-content">
2121
22-
<%= posts[i] %>
22+
<%= posts[i].content %>
2323
</p>
2424
<div class="row post-details">
2525
<label class="post-published">Published On <span class="date">

0 commit comments

Comments
 (0)