diff --git a/templates/blogs/details.html.tera b/templates/blogs/details.html.tera index a07cdb72..d08d33d8 100644 --- a/templates/blogs/details.html.tera +++ b/templates/blogs/details.html.tera @@ -21,11 +21,11 @@

{{ "{{ count }} articles in this blog" | _n(singular="One article in this blog", count = n_articles) }}

- +

{{ "Latest articles" | _ }} - +

{% if posts | length < 1 %}

{{ "No posts to see here yet." | _ }}