Browse Source

fixing posts template

pull/1/head
Levi Olson 6 years ago
committed by GitHub
parent
commit
5c28671ded
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      views/pages/posts.ejs

+ 2
- 2
views/pages/posts.ejs View File

@ -29,7 +29,7 @@
</div>
<header class='list-item-header'>
<h3 class='list-item-title'>
<a href='<%= post.permalink %>'><%= post.title %></a>
<a href='<%= post.permalink %>'><%= post.post_title %></a>
</h3>
</header>
</article>
@ -53,4 +53,4 @@
</div>
</body>
</html>
</html>

Loading…
Cancel
Save