--- import Hr from "./Hr.astro"; import LinkButton from "./LinkButton.astro"; export interface Props { activeNav?: "posts" | "tags" | "about" | "search"; } const { activeNav } = Astro.props; --- Skip to content {import.meta.env.PUBLIC_SITE_TITLE} Posts Tags About