refactor: rename _partials to _includes
This commit is contained in:
parent
0482badc95
commit
a445072048
17 changed files with 0 additions and 0 deletions
10
source/_includes/talk/events/event.html.twig
Normal file
10
source/_includes/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 %}
|
||||
- {{ date|date('jS F Y') }}
|
||||
{{ is_online ? '(online)' }}
|
||||
</li>
|
||||
Loading…
Add table
Add a link
Reference in a new issue