diff --git a/source/_includes/about-me.html.twig b/source/_includes/about-me.html.twig index 283a55cd0..b9f33fe41 100644 --- a/source/_includes/about-me.html.twig +++ b/source/_includes/about-me.html.twig @@ -1,5 +1,3 @@ -{% import 'macros' as macros %} -
This is an archive of the {{ macros.dailiesCount(data.daily_emails) }} email messages I have sent to my daily mailing list since the 12th of August, 2022. Enjoy!
+This is an archive of the {{ data.daily_emails|length }} email messages I have sent to my daily mailing list since the 12th of August, 2022. Enjoy!
Are you stuck adding a new feature or fixing a bug?
diff --git a/source/_pages/press.md b/source/_pages/press.md index dafb10bee..33dfba23d 100644 --- a/source/_pages/press.md +++ b/source/_pages/press.md @@ -2,8 +2,6 @@ title: Press Info --- -{% import 'macros' as macros %} - The following information is provided as a cut-and-paste resource for conference organisers, media professionals, podcast hosts, and other interested parties. Please feel free to use anything here as-is without checking with me first. If you have additional questions, you can email me directly. diff --git a/source/_pages/speaker.md b/source/_pages/speaker.md index d7db1fa3e..56d0197e4 100644 --- a/source/_pages/speaker.md +++ b/source/_pages/speaker.md @@ -2,8 +2,6 @@ title: Speaker Information --- -{% import 'macros' as macros %} - ## Bio Oliver is a Software Developer and Drupal Expert with {{ get_years_of_experience() }} years of experience. As well as consulting on large Drupal projects, Oliver helps Drupal Developers learn automated testing and test-driven development via a free email course and paid coaching and workshops. He regularly contributes to open-source software projects, including Drupal core.