diff --git a/source/_layouts/post.html.twig b/source/_layouts/post.html.twig index 1a7decef1..4b813c335 100644 --- a/source/_layouts/post.html.twig +++ b/source/_layouts/post.html.twig @@ -1,9 +1,13 @@ {% extends 'base' %} {% block content_wrapper %} -
- {{ parent() }} -
+
+
+
+ {{ parent() }} +
+
- {% include 'about-author' %} + {% include 'about-author' %} +
{% endblock %} diff --git a/source/_layouts/talk.html.twig b/source/_layouts/talk.html.twig index dc0c72d9d..92239fa68 100644 --- a/source/_layouts/talk.html.twig +++ b/source/_layouts/talk.html.twig @@ -1,23 +1,25 @@ {% extends 'base' %} {% block content_wrapper %} -
-
- {{ parent() }} +
+
+
+ {{ 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 @@

About Me

-
+
Picture of Oliver