]> git.ipfire.org Git - ipfire.org.git/blob - src/templates/blog/modules/list.html
blog: Add history pages
[ipfire.org.git] / src / templates / blog / modules / list.html
1 {% for post in posts %}
2 <strong class="mb-0">
3 <a href="/post/{{ post.slug }}">{{ post.title }}</a>
4 </strong>
5 <p class="text-muted small">
6 {{ locale.format_date(post.published_at, shorter=True, relative=False) }}
7 </p>
8 {% end %}