| layout | default | |||||
|---|---|---|---|---|---|---|
| title | English | |||||
| description | English blog posts | |||||
| image | /images/logo.webp | |||||
| permalink | /en/ | |||||
| lang | en | |||||
| translations |
|
{% assign posts = site.posts | where: "type", "post" %}
{% for post in posts %}
{% if post.lang == "en" %}
{% endif %}
{% endfor %}
{% include images-logic.html %}
{% include post-card.html %}
</div>