diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ layout: default <div class="col-md-9"> <div class="well"> <ul style="list-style:none"> - {% for post in site.posts %} + {% for post in paginator.posts %} <li> <h2><a href="{{ site.baseurl }}{{ post.url }}">{{ post.date | date: "%b %-d, %Y" }} - {{ post.title }}</a></h2> <div class="post-content"> |