diff --git a/src/layouts/MainLayout.astro b/src/layouts/MainLayout.astro index b04515e555..bfba438570 100644 --- a/src/layouts/MainLayout.astro +++ b/src/layouts/MainLayout.astro @@ -26,16 +26,18 @@ const { content, headings, breadcrumbTitle, showMarkdownActions = true } = Astro { - Astro.url.pathname !== '/' && showMarkdownActions && ( + Astro.url.pathname !== '/' && ( - - - - + {showMarkdownActions && ( + + + + + )} )