parent
dff696aa5e
commit
d161c997a7
5 changed files with 23 additions and 31 deletions
6
source/_includes/talk-listing-item.html.twig
Normal file
6
source/_includes/talk-listing-item.html.twig
Normal file
|
@ -0,0 +1,6 @@
|
|||
{{ talk.event.name }} -
|
||||
{% if talk.fuzzy_date %}
|
||||
{{ talk.title }}
|
||||
{% else %}
|
||||
<a href="{{ talk.url }}">{{ talk.title }}</a>
|
||||
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue