Blog

{% if site.posts.size > 0 %} {% for post in site.posts %}

{{ post.title }}

{% if post.description %}

{{ post.description }}

{% endif %} {% if post.tags and post.tags.size > 0 %} {% endif %}
{% endfor %} {% else %}

No posts yet. Check back soon!

{% endif %}