Change /talks to /presentations

This commit is contained in:
Oliver Davies 2024-09-02 18:00:00 +01:00
parent 8158c679fd
commit 37603296f0
91 changed files with 168 additions and 166 deletions

View file

@ -3,15 +3,15 @@
{% block content_wrapper %}
{{ parent() }}
{% include 'talk/slides' with {
{% include 'presentation/slides' with {
speakerdeck: page.speakerdeck,
} %}
{% include 'talk/video' with {
{% include 'presentation/video' with {
video: page.video,
} %}
{% include 'talk/events' with {
{% include 'presentation/events' with {
events: page.events,
} %}
{% endblock %}