Split into multiple filters
This commit is contained in:
parent
781bb446fd
commit
3ef25801b5
4 changed files with 83 additions and 19 deletions
|
@ -2,7 +2,7 @@
|
|||
<h2>Events</h2>
|
||||
|
||||
{% include "talks-table" with {
|
||||
talks: { talks: [page], events: site.events }|format_talks|reverse,
|
||||
talks: { talks: [page], events: site.events }|all_talks|reverse,
|
||||
talk_page: true
|
||||
} %}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue