mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-25 13:01:08 +00:00
Forgot to make a string translatable on the homepage
This commit is contained in:
parent
b950d8f60b
commit
ab841f826d
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
{% block content %}
|
||||
<h1>{{ "Welcome on {{ instance_name }}" | _(instance_name=instance.name) }}</h1>
|
||||
|
||||
<h2>{{ "Latest articles" }}</h2>
|
||||
<h2>{{ "Latest articles" | _ }}</h2>
|
||||
<div class="cards">
|
||||
{% for article in recents %}
|
||||
{{ macros::post_card(article=article) }}
|
||||
|
|
Loading…
Reference in a new issue