Re-add ability to display upcoming and only previous talks

This commit is contained in:
Oliver Davies 2017-10-28 09:08:34 +01:00
parent 97050c7f29
commit b1ee4887b5
3 changed files with 31 additions and 12 deletions

View file

@ -15,6 +15,6 @@ talks:
<p>Here are a list of my previous conference and user group talks:</p>
{% set data = { talks: data.talks|merge(page.talks), events: site.events } %}
{% include "talks-table" with { talks: data|format_talks } %}
{% include "talks-table" with { talks: data|format_talks(false, true) } %}
<p>Upcoming talks can be found on the <a href="{{ site.url }}/talks">talks page]</a>.</p>
<p>Upcoming talks can be found on the <a href="{{ site.url }}/talks">talks page</a>.</p>