Split into multiple filters
This commit is contained in:
parent
781bb446fd
commit
3ef25801b5
4 changed files with 83 additions and 19 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue