ComponentsLumos 0.0.1Open component

Footer

The site footer, rendered by the layout.

Footer renders the closing <footer> landmark with the site logo and name. It takes no props (it reads SITE_NAME from src/consts.ts) and BaseLayout renders it for you.

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