Skip to content

Commit

Permalink
handling content outside of posts (#88)
Browse files Browse the repository at this point in the history
Merge pull request 88
  • Loading branch information
dret authored and jekyllbot committed Jun 28, 2017
1 parent ca2e054 commit 07edfe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/home.html
Expand Up @@ -4,10 +4,10 @@

<div class="home">

<h1 class="page-heading">Posts</h1>

{{ content }}

<h1 class="page-heading">Posts</h1>

<ul class="post-list">
{% for post in site.posts %}
<li>
Expand Down

0 comments on commit 07edfe5

Please sign in to comment.