Split into multiple filters

This commit is contained in:
Oliver Davies 2017-10-29 20:10:04 +00:00
parent 781bb446fd
commit 3ef25801b5
4 changed files with 83 additions and 19 deletions

View file

@ -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>