Re-add talk archive
This commit is contained in:
parent
8c339a003c
commit
c972b40712
4 changed files with 42 additions and 18 deletions
14
source/talks/archive.html.twig
Normal file
14
source/talks/archive.html.twig
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
layout: default
|
||||
title: Talks Archive
|
||||
use: [talks]
|
||||
---
|
||||
{% block content %}
|
||||
<p>Here are most of my previous conference and meetup talks, workshops and podcasts.</p>
|
||||
|
||||
{% include "talks-table" with {
|
||||
talks: getPastTalks(data.talks|merge(site.talks), site.events)
|
||||
} %}
|
||||
|
||||
<p>Upcoming talks can be found on the <a href="/talks" class="link">talks page</a>.</p>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue