--- layout: default ---
{% if page.title %}

{{ page.title }}

{% endif %} {{ content }} {% if site.posts != empty %}

{{ page.list_title | default: "Posts" }}

{% for post in site.posts %} {% include previewed_post.html post = post %} {% include taglist_post.html post = post %} {% endfor %}

subscribe via RSS

{% endif %}