Re-order upcoming talks
This commit is contained in:
parent
67b0ce6868
commit
64bf53cc69
|
@ -30,15 +30,14 @@ use: [talks, posts]
|
||||||
|
|
||||||
{% include "talks-table" with {
|
{% include "talks-table" with {
|
||||||
events: upcoming_events,
|
events: upcoming_events,
|
||||||
show_talk: true,
|
show_talk: true
|
||||||
reverse_order: true,
|
|
||||||
} %}
|
} %}
|
||||||
|
|
||||||
<h2>Previous Talks</h2>
|
<h2>Previous Talks</h2>
|
||||||
|
|
||||||
{% include "talks-table" with {
|
{% include "talks-table" with {
|
||||||
events: past_events,
|
events: past_events,
|
||||||
show_talk: true,
|
reverse_order: true,
|
||||||
show_feedback: true,
|
show_feedback: true,
|
||||||
reverse_order: true
|
show_talk: true
|
||||||
} %}
|
} %}
|
||||||
|
|
Loading…
Reference in a new issue