layout | title | permalink | wide | ||||||
---|---|---|---|---|---|---|---|---|---|
simple |
Inicial |
/ |
|
{% assign highlighted-posts = site.categories.noticias | where: "highlight","true" | sort:"highlight_order" %}
{% for post in highlighted-posts limit: 3 %}
{% include post-card.html %}
{% endfor %}
{% for post in site.categories.noticias %}
{% if post.highlight == false and post.active == true %}
{% include post-row.html %}
{% endif %}
{% endfor %}
{% for post in site.categories.postagens %}
{% include post-row.html %}
{% endfor %}
{% for post in site.categories.vagas %}
{% include post-row.html %}
{% endfor %}
{% for post in site.categories.faq %}
{% include post-row.html %}
{% endfor %}