diff --git a/blog.html b/blog.html index 2d35500..7694c76 100644 --- a/blog.html +++ b/blog.html @@ -5,31 +5,32 @@ pagination: enabled: true --- - + {% for post in paginator.posts %} -

{{ post.title }}

-

Published on {{ post.date | date: "%b %-d, %Y" }}

+

{{ post.title }}

+

Published on {{ post.date | date: "%b %-d, %Y" }}

{{ post.content }} {% endfor %} + {% if paginator.total_pages > 1 %} - {% endif %}