Split into multiple filters

This commit is contained in:
Oliver Davies 2017-10-29 20:10:04 +00:00
parent 781bb446fd
commit 3ef25801b5
4 changed files with 83 additions and 19 deletions

View file

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