From f0ca1d4d79b92e0ea4e8f2930fe09aac5df687d7 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 30 Jun 2021 08:00:00 +0100 Subject: [PATCH] Move top margin onto a wrapper div --- source/_layouts/page.html.twig | 4 +++- source/_pages/blog.html.twig | 2 +- source/_pages/talks.html.twig | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/source/_layouts/page.html.twig b/source/_layouts/page.html.twig index 6fdd410a1..02b111534 100644 --- a/source/_layouts/page.html.twig +++ b/source/_layouts/page.html.twig @@ -4,6 +4,8 @@

{{ page.title }}

- {{ parent() }} +
+ {{ parent() }} +
{% endblock %} diff --git a/source/_pages/blog.html.twig b/source/_pages/blog.html.twig index d62f99bdd..55df25530 100644 --- a/source/_pages/blog.html.twig +++ b/source/_pages/blog.html.twig @@ -4,7 +4,7 @@ use: - posts --- -

I enjoy writing articles and have written a number of them so far during my career, both to document my own learning as well to act as resources for others.

+

I enjoy writing articles and have written a number of them so far during my career, both to document my own learning as well to act as resources for others.

diff --git a/source/_pages/talks.html.twig b/source/_pages/talks.html.twig index bba3cc775..c36c3942f 100644 --- a/source/_pages/talks.html.twig +++ b/source/_pages/talks.html.twig @@ -4,7 +4,7 @@ use: - talks --- -

After giving my first talk in September 2012, I have now given 81 presentations and workshops at various conferences and meetups, in-person and remotely, on topics including PHP, Drupal, automated testing, Git, CSS, and systems administration.

+

After giving my first talk in September 2012, I have now given 81 presentations and workshops at various conferences and meetups, in-person and remotely, on topics including PHP, Drupal, automated testing, Git, CSS, and systems administration.