parent
68847271e7
commit
75676c2b07
|
@ -26,12 +26,14 @@ use: [talks, posts]
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
{% if upcoming_events is not empty %}
|
||||||
<h2>Upcoming Talks</h2>
|
<h2>Upcoming Talks</h2>
|
||||||
|
|
||||||
{% include "talks-table" with {
|
{% include "talks-table" with {
|
||||||
events: upcoming_events|sortbyfield('date'),
|
events: upcoming_events|sortbyfield('date'),
|
||||||
hide_feedback: true,
|
hide_feedback: true,
|
||||||
} %}
|
} %}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<h2>Last 5 Talks</h2>
|
<h2>Last 5 Talks</h2>
|
||||||
|
|
||||||
|
|
Reference in a new issue