- {% for post in paginator.posts %} - -

Recent Posts :arrow_down:

- -
-
-

{{ post.title }}

- - - {% if post.categories.size > 0 %} -

{{ post.categories | array_to_sentence_string | prepend: 'Categories: ' }}

- {% endif %} - {% if post.tags.size > 0 %} -

{{ post.tags | array_to_sentence_string | prepend: 'Tags: ' }}

- {% endif %} - - {% if site.author %} - Author's profile picture - {{ site.author }} - {% endif %} - -
-
- {{ post.excerpt }} -
-
-
-
-
- - {% endfor %} - - {% include pagination.html %} + -