diff --git a/source/_pages/404.md b/source/_pages/404.md index 5559e421..0f4026dd 100644 --- a/source/_pages/404.md +++ b/source/_pages/404.md @@ -18,5 +18,5 @@ If you were looking for something else, you can [search for it](/search). intro: 'Sign up and get daily emails about Drupal, PHP and software development.' } %} - {% include 'about-me.html.twig' %} + {{ parent() }} {% endblock %} diff --git a/source/_pages/atdc.md b/source/_pages/atdc.md index e367df9c..b4740ad3 100644 --- a/source/_pages/atdc.md +++ b/source/_pages/atdc.md @@ -18,6 +18,6 @@ title: Introduction to Automated Testing in Drupal email course ] } %} - {% include 'about-me.html.twig' %} + {{ parent() }} {% endblock %} diff --git a/source/_pages/daily.md b/source/_pages/daily.md index ff13863f..6b3a7039 100644 --- a/source/_pages/daily.md +++ b/source/_pages/daily.md @@ -21,5 +21,5 @@ title: Register for daily software development emails title: 'What subscribers have said', } %} - {% include 'about-me.html.twig' %} + {{ parent() }} {% endblock %} diff --git a/source/_pages/index.md b/source/_pages/index.md index 8e34c115..09e5990f 100644 --- a/source/_pages/index.md +++ b/source/_pages/index.md @@ -34,7 +34,7 @@ Here are all of my [products and services][pricing]. If you still can't find wha intro: 'Sign up and get daily emails about Drupal, PHP and software development.', } %} - {% include 'about-me.html.twig' %} + {{ parent() }} {% endblock %} [call]: {{site.url}}/call diff --git a/source/_pages/subscription.md b/source/_pages/subscription.md index 514f74a9..3c6f320a 100644 --- a/source/_pages/subscription.md +++ b/source/_pages/subscription.md @@ -160,7 +160,7 @@ Great software is an iterative process. I'll keep iterating with you until you'r ], } %} - {% include 'about-me.html.twig' %} + {{ parent() }} {% endblock %} {% block content_top %}