chore: myriad fixes + book year pages
This commit is contained in:
parent
3ab6f77a69
commit
aec8471b06
45 changed files with 508 additions and 293 deletions
|
@ -1,8 +1,9 @@
|
|||
---
|
||||
import NavLink from '@components/nav/NavLink.astro';
|
||||
import { fetchGlobalData } from '@utils/data/global/index.js';
|
||||
|
||||
const { updated } = Astro.props;
|
||||
const { nav } = Astro.locals;
|
||||
const { nav } = await fetchGlobalData(Astro);
|
||||
---
|
||||
|
||||
<footer style={updated ? undefined : 'margin-top: var(--spacing-3xl)'}>
|
||||
|
|
Reference in a new issue