From be9aaeafb7e7f2b2567287c364ba296ce4606a3e Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 30 Jun 2021 08:00:00 +0100 Subject: [PATCH] Add space above the About Me block --- source/_layouts/post.html.twig | 12 ++++++--- source/_layouts/talk.html.twig | 34 +++++++++++++------------ source/_partials/about-author.html.twig | 2 +- 3 files changed, 27 insertions(+), 21 deletions(-) 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