--- title: Posts ---

Latest posts from our members

{% for post in site.posts %}

{{ post.date | date_to_string }} {{ post.category }}

{{ post.title }}

{{ post.excerpt }} Read more...

{% endfor %}