--- layout: default --- {% if site.hero.image %}
{{site.hero.title}}

{{site.hero.title}}

{{site.hero.description}}

{% else %}

{{site.hero.title}}

{{site.hero.description}}

{% endif %} {% include featured-posts.html %}
{% if site.posts.size > 0 %} {% for post in paginator.posts %} {% include article-content.html %} {% endfor %} {% endif %}
{% include pagination.html %}