Recent Blog Posts

{% for post in site.posts %} {% if forloop.index <= 3 %}
{{ post.title }}

{{ post.date | date: '%B %d, %Y' }}

By {{ site.data.authors[post.author].name }}

{% for tag in post.tags %}{{ tag}} {% endfor %}

{% if post.synopsis %}

{{ post.synopsis | strip_html }}

{% else %}

{{ post.content | strip_html | truncate: 280 }}

{% endif %}
{% endif %} {% endfor %}