parent
dff696aa5e
commit
d161c997a7
5 changed files with 23 additions and 31 deletions
|
@ -1,6 +0,0 @@
|
|||
<li>
|
||||
{{ talk.event.name }} -
|
||||
<a href="{{ talk.url }}">
|
||||
{{ talk.title }}
|
||||
</a>
|
||||
</li>
|
|
@ -1,5 +0,0 @@
|
|||
<ul>
|
||||
{% for talk in talks if talk.type == type %}
|
||||
{{ include('talk-list-item') }}
|
||||
{% endfor %}
|
||||
</ul>
|
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