--- layout: default --- {% unless site.dash.show_author == false %} {% include author.html %} {% endunless %} {% assign posts_count = paginator.posts | size %} {% if posts_count > 0 %}

recent articles

{% for post in paginator.posts %}
{{ post.title }}
{% endfor %}
{% include pagination.html %} {% include tagcloud.html %} {% else %}

no posts yet.

{% endif %}