Merge branch 'master' into bootstrap5

This commit is contained in:
2021-07-30 20:31:46 +02:00
54 changed files with 1371 additions and 575 deletions

View File

@@ -63,7 +63,7 @@
</time>
{%- if options['addAge'] -%}
<span class="age">
{{ person.age ~ ((person.age > 1) ? ' ans' : ' an') }}
{{ 'years_old'|trans({ 'age': person.age }) }}
</span>
{%- endif -%}
</p>