Show relevant events on talk pages

This commit is contained in:
Oliver Davies 2017-03-06 08:16:34 +00:00
parent dca643b7c1
commit 05a9d2efc2
4 changed files with 23 additions and 9 deletions

View file

@ -20,4 +20,4 @@ use: [talks, posts]
{% endfor %}
{% endfor %}
{% include "talks-table" with { events: events|sortbyfield('date')|reverse } %}
{% include "talks-table" with { events: events, show_talk: true } %}