Rename _includes to _partials
This commit is contained in:
parent
c6aaf21722
commit
11d37468a8
27 changed files with 0 additions and 0 deletions
8
source/_partials/talk/events.html.twig
Normal file
8
source/_partials/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