Skip to content

Commit 76342f7

Browse files
Posts
1 parent d6f33b7 commit 76342f7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

views/home.ejs

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
<%- include('header'); -%>
22
<div class="blog-container">
3-
<div class="col-md-9">
3+
<div class="col-md-12">
44

5+
<div class="jumbotron jumbotron-fluid post-container latest-posts-container">
6+
<div class="container">
7+
<h1 class="display-4 post-title latest-posts-hero">
8+
Latest Posts
9+
<hr>
10+
</h1>
11+
</div>
12+
</div>
513

614
<% for(var i=0;i<posts.length;i++){ %>
715
<div class="jumbotron jumbotron-fluid post-container">

0 commit comments

Comments
 (0)