diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 1737b038f..613c019c8 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -68,7 +68,7 @@ const isFrontPage = Astro.props.isFront; class="min-h-screen font-sans text-base font-light md:text-xl dark:text-white text-grey-900 selection:bg-blue-primary selection:text-white dark:bg-grey-900 dark:selection:bg-blue-primary dark:selection:text-white" > {false && ( - Register now for my Drupal automated testing workshop →"} /> + Register now for my Drupal automated testing workshop →"} /> )} {true && ( diff --git a/src/pages/drupal-testing.mdx b/src/pages/dto.mdx similarity index 100% rename from src/pages/drupal-testing.mdx rename to src/pages/dto.mdx