--- layout: default ---
{% for post in paginator.posts %} {% if post.visiblity == "public" %}

{{ post.title }}

{{ post.excerpt }}
Read More
{% endif %} {% endfor %} {% if paginator.total_pages > 1 %} {% endif %}