diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 16 |
1 files changed, 2 insertions, 14 deletions
@@ -1,18 +1,6 @@ --- layout: default +permalink: /index.html --- -<div class="column"> - {% for post in paginator.posts %} - <h1> - <a href="{{ site.baseurl }}{{post.url }}"> - {{ post.title }} - </a> - </h1> - <span> - {{ post.excerpt }} - </span> - {% endfor %} -</div> - -{% include pagination.html %} +{% include index.liquid %} |