chore: middleware
This commit is contained in:
parent
45b6e113b5
commit
3ab6f77a69
18 changed files with 180 additions and 36 deletions
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
import NavLink from '@components/nav/NavLink.astro';
|
||||
|
||||
const { nav, updated } = Astro.props;
|
||||
const { updated } = Astro.props;
|
||||
const { nav } = Astro.locals;
|
||||
---
|
||||
|
||||
<footer style={updated ? undefined : 'margin-top: var(--spacing-3xl)'}>
|
||||
|
|
Reference in a new issue