Footer

There are several options to configure the footer from the _config.yml

# _config.yml
...

footer:
  enable_footer: true # show/hide the entire footer
  footer_title: "Jekyll Theme"
  footer_description: "This is a premium Jekyll theme by Zerostatic"
  enable_social_media_icons: true
  enable_menu_footer_primary: true
  enable_menu_footer_secondary: true
  enable_menu_footer_tertiary: false
  footer_primary_menu_title: "Projects"
  footer_secondary_menu_title: "Agency"
  footer_tertiary_menu_title: ""

bottom:
  enable_bottom: false # show/hide the entire bottom (below the footer)
  enable_bottom_menu: true # if enabled, the bottom menu can be edited in `_data/menu.yml`
  copyright_text: "© 2023 Zerostatic Themes"
  show_rss_icon: true

There are 3 menus available in the footer. You can edit the footer menus by editing _data/menu.yml

# _data/menu.yml

footer_primary:
  - name: Services
    url: /services/
    weight: 2
  - name: Work
    url: /work/
    weight: 3
  - name: Team
    url: /team/
    weight: 4
footer_secondary:
  - name: Blog
    url: /posts/
    weight: 1
  - name: About
    url: /about/
    weight: 2
  - name: Privacy Policy
    url: /privacy/
    weight: 3
  - name: Terms and Conditions
    url: /terms-and-condition/
    weight: 4
footer_tertiary:
  - name: Contact
    url: /contact/
    weight: 1
  - name: Buy Now
    url: https://www.zerostatic.io/theme/jekyll-advance/
    weight: 2

Bottom Menu

# _data/menu.yml

bottom:
  - name: Terms and Conditions
    url: /terms-and-conditions/
    weight: 1
  - name: Privacy Policy
    url: /privacy-policy/
    weight: 2