fix: show footer by default.
This commit is contained in:
parent
6e6cc73c5b
commit
0aba200b9f
@ -24,7 +24,7 @@ const title =
|
|||||||
? `${options.title} - ${options.description}`
|
? `${options.title} - ${options.description}`
|
||||||
: `${Astro.props.title} - ${options.title}`;
|
: `${Astro.props.title} - ${options.title}`;
|
||||||
const description = Astro.props.description || options.description;
|
const description = Astro.props.description || options.description;
|
||||||
const showFooter = Astro.props.footer || false;
|
const showFooter = Astro.props.footer || true;
|
||||||
---
|
---
|
||||||
|
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
|
Loading…
Reference in New Issue
Block a user