Make years of experience dynamic based on the

...current year
This commit is contained in:
Oliver Davies 2024-01-10 07:11:57 +00:00
parent 455d27eef5
commit bd0dbfa7bc
10 changed files with 28 additions and 10 deletions

View file

@ -0,0 +1,3 @@
{% macro yearsExperience() %}
{{- today|date('Y') - 2007 -}}
{% endmacro %}