Skip to content

Customize the Footer

Arpit Sheth edited this page Jul 30, 2020 · 1 revision

Customize the Footer Logo Link

  1. Create a directory to shadow the theme data if it doesn't exist yet /src/@shetharp/gatsby-theme-polaroid/data/
  2. Create a file for footer-logo-link.ts
  3. Export a default string constant that is the slug for the page you want the footer logo to link to

Customize the Footer Body

  1. Create a directory to shadow the theme data if it doesn't exist yet /src/@shetharp/gatsby-theme-polaroid/data/
  2. Create a file for footer-body.tsx
  3. Export a default component that contains the content you want in your footer