+
+
+ {{ parent() }}
+
+
+ {% include 'talk/slides' with {
+ speakerdeck: page.speakerdeck,
+ } only %}
+
+ {% include 'talk/video' with {
+ video: page.video,
+ } only %}
+
+ {% include 'talk/events' with {
+ events: page.events|reverse,
+ } only %}
- {% include 'talk/slides' with {
- speakerdeck: page.speakerdeck,
- } only %}
-
- {% include 'talk/video' with {
- video: page.video,
- } only %}
-
- {% include 'talk/events' with {
- events: page.events|reverse,
- } only %}
+ {% include 'about-author' %}
-
- {% include 'about-author' %}
{% endblock %}
diff --git a/source/_partials/about-author.html.twig b/source/_partials/about-author.html.twig
index 597890de3..8e7261e31 100644
--- a/source/_partials/about-author.html.twig
+++ b/source/_partials/about-author.html.twig
@@ -1,7 +1,7 @@