feat: add how-old

This commit is contained in:
2023-12-11 18:05:44 +01:00
parent bf0ed76bd6
commit 64a1d88479
3 changed files with 4 additions and 0 deletions

View File

@@ -148,6 +148,8 @@
{% endif %}
</i>
<div class="about-me-title">{{ "about-me" | translate(lang=lang) }}</div>
<div class="about-me age">{{ "age" | translate(lang=lang) }}: {{ cv.person.birthday | calculate_age }} {{ "years" | translate(lang=lang) }}</div>
<br />
<div class="about-me">{{ cv.person.about | lang_entity(lang=lang) }}</div>
</div>
</div>