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