Nothing published yet!
{% elsif site.paginate %} {% for post in paginator.posts %} {% include blog-post.html %} {% endfor %} {% if site.paginate %} {% include pagination.html%} {% endif %} {% else %} {% for post in site.posts %} {% include blog-post.html %} {% endfor %} {% endif %}