diff --git a/templates/instance/index.html.tera b/templates/instance/index.html.tera index 0bd07348..49b0958e 100644 --- a/templates/instance/index.html.tera +++ b/templates/instance/index.html.tera @@ -8,7 +8,7 @@ {% block content %}

{{ "Welcome on {{ instance_name }}" | _(instance_name=instance.name) }}

-

{{ "Latest articles" }}

+

{{ "Latest articles" | _ }}

{% for article in recents %} {{ macros::post_card(article=article) }}