--- layout: default title: Home ---

Latest Games

{% assign latest_posts = site.gameposts | sort: 'date' | reverse %} {% for post in latest_posts %}
{% if post.featured_image %}
{{ post.title }}
{% endif %}

{{ post.title }}

{% if post.description %}

{{ post.description | truncate: 150 }}

{% endif %}
{% endfor %}