2023-07-22 13:18:15 +00:00
|
|
|
<article>
|
|
|
|
<h2>
|
2023-07-25 07:45:30 +00:00
|
|
|
<a class="index-title" href="/{{ language }}{{ url }}/" rel="permalink" title="{{ post.title }}">{{ post.title }}</a>
|
2023-07-22 13:18:15 +00:00
|
|
|
</h2>
|
|
|
|
{% include "components/author_and_date.j2" %}
|
|
|
|
{% include "components/image.j2" %}
|
|
|
|
|
|
|
|
{{ post.description }}
|
|
|
|
<br />
|
|
|
|
|
|
|
|
<a href="/{{ language }}{{ url }}">{{ translate('readmore', language) | capitalize }}...</a>
|
|
|
|
</article>
|