Forgot to make a string translatable on the homepage
This commit is contained in:
parent
b950d8f60b
commit
ab841f826d
@ -8,7 +8,7 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
<h1>{{ "Welcome on {{ instance_name }}" | _(instance_name=instance.name) }}</h1>
|
<h1>{{ "Welcome on {{ instance_name }}" | _(instance_name=instance.name) }}</h1>
|
||||||
|
|
||||||
<h2>{{ "Latest articles" }}</h2>
|
<h2>{{ "Latest articles" | _ }}</h2>
|
||||||
<div class="cards">
|
<div class="cards">
|
||||||
{% for article in recents %}
|
{% for article in recents %}
|
||||||
{{ macros::post_card(article=article) }}
|
{{ macros::post_card(article=article) }}
|
||||||
|
Loading…
Reference in New Issue
Block a user