Organise partials
This commit is contained in:
parent
a5d4a04c32
commit
fbbe3276e7
8 changed files with 4 additions and 10 deletions
8
source/_partials/talks/listing-item.html.twig
Normal file
8
source/_partials/talks/listing-item.html.twig
Normal file
|
@ -0,0 +1,8 @@
|
|||
<li>
|
||||
{{ talk.event.name }} -
|
||||
{% if talk.fuzzy_date %}
|
||||
{{ talk.title }}
|
||||
{% else %}
|
||||
<a href="{{ talk.url }}">{{ talk.title }}</a>
|
||||
{% endif %}
|
||||
</li>
|
Loading…
Add table
Add a link
Reference in a new issue