diff --git a/source/_layouts/default.html.twig b/source/_layouts/default.html.twig index 026642b0..60521c85 100644 --- a/source/_layouts/default.html.twig +++ b/source/_layouts/default.html.twig @@ -1,7 +1,7 @@ {% extends 'app' %} {% block body %} -
+
Skip to main content {% include 'navbar' %} diff --git a/source/_layouts/page.html.twig b/source/_layouts/page.html.twig index d2aecb3f..6fdd410a 100644 --- a/source/_layouts/page.html.twig +++ b/source/_layouts/page.html.twig @@ -2,7 +2,7 @@ {% block content_wrapper %}
-

{{ page.title }}

+

{{ page.title }}

{{ parent() }}
diff --git a/source/_pages/blog.html.twig b/source/_pages/blog.html.twig index d4a252f7..d62f99bd 100644 --- a/source/_pages/blog.html.twig +++ b/source/_pages/blog.html.twig @@ -4,19 +4,19 @@ 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.

{% for talk in data.posts %} {% endfor %}
diff --git a/source/_pages/talks.html.twig b/source/_pages/talks.html.twig index 8465eca8..42d5fd76 100644 --- a/source/_pages/talks.html.twig +++ b/source/_pages/talks.html.twig @@ -4,19 +4,19 @@ 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.

{% for talk in data.talks|sort((a,b) => a.sortable_date < b.sortable_date) %} {% endfor %}