12 lines
391 B
Plaintext
12 lines
391 B
Plaintext
|
<article>
|
||
|
<h2>
|
||
|
<a class="index-title" href="/{{ language }}{{ url }}" rel="permalink" title="{{ post.title }}">{{ post.title }}</a>
|
||
|
</h2>
|
||
|
{% include "components/author_and_date.j2" %}
|
||
|
{% include "components/image.j2" %}
|
||
|
|
||
|
{{ post.description }}
|
||
|
<br />
|
||
|
|
||
|
<a href="/{{ language }}{{ url }}">{{ translate('readmore', language) | capitalize }}...</a>
|
||
|
</article>
|