--- layout: base title: Blog ---
{% include topbar.html %}

{{ page.title }}

List of Blog Posts

{% for post in paginator.posts %}
{% include helpers/file_exists.html filename=post.image.url %} {% if filename_exists == "true" %} {{ post.image.description }} {% else %} {{ post.image.description }} {% endif %}

{{ post.title }}

Posted on {{ post.date | date: "%B %d, %Y"}} by {{ post.author }} in {{ post.categories }}

{{ post.excerpt }}

Read more about {{ post.title }}

{% endfor %} {% if paginator.total_pages > 1 %} {% endif %}