Change /talks to /presentations
This commit is contained in:
parent
8158c679fd
commit
37603296f0
91 changed files with 168 additions and 166 deletions
17
source/_layouts/presentation.html.twig
Normal file
17
source/_layouts/presentation.html.twig
Normal file
|
@ -0,0 +1,17 @@
|
|||
{% extends 'page' %}
|
||||
|
||||
{% block content_wrapper %}
|
||||
{{ parent() }}
|
||||
|
||||
{% include 'presentation/slides' with {
|
||||
speakerdeck: page.speakerdeck,
|
||||
} %}
|
||||
|
||||
{% include 'presentation/video' with {
|
||||
video: page.video,
|
||||
} %}
|
||||
|
||||
{% include 'presentation/events' with {
|
||||
events: page.events,
|
||||
} %}
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue