Refactor by removing temporary variables
This commit is contained in:
parent
168272a147
commit
c65f94e4bc
3 changed files with 6 additions and 8 deletions
|
@ -1,9 +1,8 @@
|
|||
<div class="mt4">
|
||||
<h2>Events</h2>
|
||||
|
||||
{% set data = { talks: [page], events: site.events } %}
|
||||
{% include "talks-table" with {
|
||||
talks: data|format_talks|reverse,
|
||||
talks: { talks: [page], events: site.events }|format_talks|reverse,
|
||||
talk_page: true
|
||||
} %}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue