Oliver Davies
94a4190be6
Go back to calculating the talk count inline and using a macro to get the number of years experience.
4 lines
78 B
Twig
4 lines
78 B
Twig
{% macro yearsOfExperience() %}
|
|
{{ today|date('Y') - 2007 }}
|
|
{% endmacro %}
|