[Archived] Archived WIP of vielle.dev

Update nav on per post page

vielle.dev 31469741 bb9759f5

verified
+2 -3
+2 -3
src/pages/blog/[id].astro
··· 1 1 --- 2 2 import Base from "@/Base.astro"; 3 - import Nav from "@/components/generic/Nav.astro"; 3 + import Nav from "@/components/navigation/Nav.astro"; 4 4 import LightDarkToggle from "@/components/generic/LightDarkToggle.astro"; 5 5 import CodeHeading from "@/components/blog/CodeHeading.astro"; 6 6 ··· 36 36 --- 37 37 38 38 <Base {title}> 39 + <Nav /> 39 40 <header> 40 - <Nav current={title} /> 41 - 42 41 <h1>{title}</h1> 43 42 44 43 <LightDarkToggle