{% include head.html %}





{% for post in site.posts %}
{% if post.image %} {{ post.title }} {% else %} {{ post.title }} {% endif%}
{{ post.title }}

{{ post.description }}

Posted {{ post.date | date: "%b %-d, %Y" }}

{% endfor %}