Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 553 Bytes

File metadata and controls

31 lines (26 loc) · 553 Bytes
layout default
title Português
description Artigos em Português
image /images/logo.webp
permalink /pt/
lang pt
translations
lang url
en
/en
{% assign posts = site.posts | where: "type", "post" %} {% for post in posts %} {% if post.lang == "pt" %}

{% include images-logic.html %}

{% include post-card.html %}

{% endif %} {% endfor %}