Use tables again for talks
This commit is contained in:
parent
4fa5cd767d
commit
135de801bc
47 changed files with 186 additions and 476 deletions
8
source/_includes/talk/events.html.twig
Normal file
8
source/_includes/talk/events.html.twig
Normal file
|
@ -0,0 +1,8 @@
|
|||
<div class="mt-8">
|
||||
<h2>Events</h2>
|
||||
|
||||
{% include "talks-table" with {
|
||||
talks: getAllTalks([page], site.events),
|
||||
talk_page: true
|
||||
} %}
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue