There was an error while loading. Please reload this page.
1 parent d6f33b7 commit 76342f7Copy full SHA for 76342f7
views/home.ejs
@@ -1,7 +1,15 @@
1
<%- include('header'); -%>
2
<div class="blog-container">
3
- <div class="col-md-9">
+ <div class="col-md-12">
4
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
13
14
<% for(var i=0;i<posts.length;i++){ %>
15
<div class="jumbotron jumbotron-fluid post-container">
0 commit comments