Re-add talk templates and partials
This commit is contained in:
parent
d31410792b
commit
814dd9d97e
8 changed files with 112 additions and 1 deletions
10
source/_partials/talk/events/event.html.twig
Normal file
10
source/_partials/talk/events/event.html.twig
Normal file
|
@ -0,0 +1,10 @@
|
|||
<li>
|
||||
{% if url %}
|
||||
<a href="{{ url }}">{{ name }}</a>
|
||||
{% else %}
|
||||
{{ name }}
|
||||
{% endif %}
|
||||
{% if location %}in {{ location }}{% endif %}
|
||||
{{ is_online ? '(Online)' }}
|
||||
- {{ date|date('jS F Y') }}
|
||||
</li>
|
Loading…
Add table
Add a link
Reference in a new issue