Rename events to event_data
This commit is contained in:
parent
764c4b7d67
commit
844befd408
5 changed files with 11 additions and 11 deletions
|
@ -2,7 +2,7 @@
|
|||
<h2>Events</h2>
|
||||
|
||||
{% include "talks-table" with {
|
||||
talks: { talks: [page], events: site.events }|all_talks|reverse,
|
||||
talks: { talks: [page], event_data: site.events }|all_talks|reverse,
|
||||
talk_page: true
|
||||
} %}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue