Sort talks as part of the FormatTalksBundle

This commit is contained in:
Oliver Davies 2017-11-07 18:08:23 +00:00
parent dab9a0e9b3
commit eb6a42bae7
3 changed files with 15 additions and 23 deletions

View file

@ -2,7 +2,7 @@
<h2>Events</h2>
{% include "talks-table" with {
talks: { talks: [page], event_data: site.events }|all_talks|reverse,
talks: { talks: [page], event_data: site.events }|all_talks,
talk_page: true
} %}
</div>