--- layout : default --- {% for post in paginator.posts %}

{{ post.title }}

{% if post.author and post.author_img %} {{ post.author }} {% else %} {{ site.author }} {% endif %} {{ post.date | date: "%y/%m/%d" }}
{% endfor %} {% if paginator.total_pages > 1 %} {% endif %}