diff --git a/astro-site/src/components/Header.astro b/astro-site/src/components/Header.astro index cb4b7a1..261f14a 100644 --- a/astro-site/src/components/Header.astro +++ b/astro-site/src/components/Header.astro @@ -57,8 +57,7 @@ const base = import.meta.env.BASE_URL; @@ -64,7 +74,11 @@ const ogImage = new URL("/tutorial-git/images/og-banner.png", Astro.site);

{title}

- + {isPlaybook ? ( + + ) : ( + + )}