---
layout: default
---
{{ site.title }}
{{ content }}
{% assign contentwonl = content | strip_newlines %} {% unless contentwonl == "" %}
{% endunless %}
Posts
{%- if site.posts.size > 0 -%}
{%- for post in site.posts -%}
-
{%- assign date_format = "%d %B,%Y" -%}
[ {{ post.date | date: date_format }} ] {{ post.title | escape }}
{%- endfor -%}
{%- endif -%}