Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 560 Bytes

File metadata and controls

30 lines (26 loc) · 560 Bytes
layout default
title English
description English blog posts
image /images/logo.webp
permalink /en/
lang en
translations
lang url
pt
/pt
{% assign posts = site.posts | where: "type", "post" %} {% for post in posts %} {% if post.lang == "en" %}
{% include images-logic.html %}

{% include post-card.html %}

</div>
{% endif %} {% endfor %}