franca-theme-blog/templates/components/post_summary.j2

12 lines
391 B
Django/Jinja

<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>