- <div class="container-fluid next-post" >
- <div class="row">
- <img class="img-fluid hero" src="<%= `/${post.slug}/hero.jpg` %>">
- </div>
- <div class="row justify-content-center next-post-link">
- <div class="col-6">
- <h4>Next Story</h4>
- <h2>
- <a href="<%= url_for(post.path) %>">
- <%= post.title %>
- </a>
- </h2>
- </div>
- </div>
- </div>
|