Merge branch 'master' into talks
This commit is contained in:
commit
bd1c285366
34 changed files with 73 additions and 57 deletions
15
source/_includes/talk-listing-item.html.twig
Normal file
15
source/_includes/talk-listing-item.html.twig
Normal file
|
@ -0,0 +1,15 @@
|
|||
<li>
|
||||
<strong>{% spaceless %}
|
||||
{% if talk.fuzzy_date %}
|
||||
{{ talk.date|date('F') }}
|
||||
{% else %}
|
||||
{{ talk.date|date('jS F') }}
|
||||
{% endif %}
|
||||
{% endspaceless %}</strong> - {{ 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