Sort talks as part of the FormatTalksBundle
This commit is contained in:
parent
dab9a0e9b3
commit
eb6a42bae7
3 changed files with 15 additions and 23 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue