--- layout: default title: Home --- {% if page.url == "/" %} Em Destaque {% for post in site.posts %} {% if post.featured == true %} {% include featuredbox.html %} {% endif %} {% endfor %} {% endif %} Todas as postagens {% for post in paginator.posts %} {% include postbox.html %} {% endfor %}