ComponentsLumos 0.0.1UpdatedOpen component

Footer

The site footer, rendered by the layout.

Footer renders the closing <footer> landmark with the site logo and name. It reads SITE_NAME from src/consts.ts, so there is nothing to pass it beyond render, and BaseLayout renders it for you.

Like Nav, its contents are written in the component itself. Open src/components/Global/Footer.astro to add links, a newsletter form or a copyright line.

Props

PropTypeDefaultWhat it does
renderbooleantrueSet to false to skip this component and everything inside it.