--- layout: news title: News permalink: /news/ ---
{% assign posts = site.posts | where: 'draft', 'false' %} {% for post in posts %} {% if post.img %} {% endif %}

{{ post.title }}

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

{{ post.excerpt }}

[Read More]

{% endfor %}
{% include sidebar.html %}