diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 16 |
1 files changed, 7 insertions, 9 deletions
@@ -1,18 +1,16 @@ --- -layout: default title: lumberjaph.net +layout: default --- {% for post in site.posts limit:1 %} -<header> - <h1><a href="{{ post.url }}">{{ post.title }}</a></h1> -</header> - -<section> - <div id="entry"> {{ post.content }} </div> + <header> + <h1><a href="{{ post.url }}">{{ post.title }}</a></h1> + </header> - {% include footer.html %} + <section> + <div id="entry"> {{ post.content }} </div> + </section> -</section> {% endfor %} |
