Make years of experience dynamic based on the
...current year
This commit is contained in:
parent
455d27eef5
commit
bd0dbfa7bc
10 changed files with 28 additions and 10 deletions
3
source/_includes/macros.html.twig
Normal file
3
source/_includes/macros.html.twig
Normal file
|
@ -0,0 +1,3 @@
|
|||
{% macro yearsExperience() %}
|
||||
{{- today|date('Y') - 2007 -}}
|
||||
{% endmacro %}
|
Loading…
Add table
Add a link
Reference in a new issue