| layout | default | |||||
|---|---|---|---|---|---|---|
| title | Português | |||||
| description | Artigos em Português | |||||
| image | /images/logo.webp | |||||
| permalink | /pt/ | |||||
| lang | pt | |||||
| translations |
|
{% assign posts = site.posts | where: "type", "post" %}
{% for post in posts %}
{% if post.lang == "pt" %}
{% endif %}
{% endfor %}
{% include images-logic.html %}
{% include post-card.html %}