Add talkEventLocation macro
This commit is contained in:
parent
9d63ec82a7
commit
9b2106e586
2 changed files with 8 additions and 3 deletions
5
source/_layouts/helpers.html.twig
Normal file
5
source/_layouts/helpers.html.twig
Normal file
|
@ -0,0 +1,5 @@
|
|||
{% macro talkEventLocation(eventData, event) %}
|
||||
{% if eventData.location %}
|
||||
in {{ eventData.location }}
|
||||
{% endif %}
|
||||
{% endmacro %}
|
Loading…
Add table
Add a link
Reference in a new issue