diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index a2fbb88..c02ccd4 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -14,8 +14,6 @@ interface Props { const { title, pad, toc } = Astro.props; const shouldPad = pad === undefined ? true : pad; const hasToc = toc ?? false; - -const showLeft = import.meta.env.MODE === "production"; --- @@ -23,17 +21,17 @@ const showLeft = import.meta.env.MODE === "production"; - {title && `${title} - `}Michael Zhang - + {title && `${title} - `} Michael Zhang +
- {showLeft && } +