We use cookies on this site to enhance your user experience

By clicking the Accept button, you agree to us doing so. More info on our cookie policy

Footer Navigation

Navigation

To add some footer links, create a yaml file in the _data directory using the following format.

- name: Blog
  link: /blog/
- name: About
  link: /about/
- name: Privacy Policy
  link: /privacy-policy/

Then add the name of your yaml file (without the .yml extension) into the footer_menu setting in the _config.yml.

footer_menu: example_footer_menu

If you would like to hide the footer on a particular page then set hide_footer: true in the page’s front matter.

Added in v1.1.0

You can add social links to your footer by setting the links to your social profiles in the _config.yml file.

social:
  facebook: https://www.facebook.com/
  instagram: https://www.instagram.com/
  threads: https://www.threads.net/
  tiktok: https://www.tiktok.com/
  x: https://www.x.com/
  youtube: https://www.youtube.com/