There are several options to configure the footer from the _data/site.yml
# _data/site.yml
...
footer:
enable_footer: true # show/hide the entire footer
footer_title: "11ty Origin"
footer_description: "Origin is a multi-purpose premium 11ty theme. Modern design, clean code and highly configurable."
enable_social_media_icons: true
enable_contact_details: true
enable_menu_footer_primary: true
enable_menu_footer_secondary: true
enable_menu_footer_tertiary: true
footer_primary_menu_title: "Product"
footer_secondary_menu_title: "Company"
footer_tertiary_menu_title: "Other"
bottom:
enable_bottom: true # 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: Home
url: /
weight: 1
- name: Services
url: /services/
weight: 2
- name: Projects
url: /projects/
weight: 3
- name: Team
url: /team/
weight: 4
footer_secondary:
- name: Blog
url: /blog/
weight: 1
- name: About
url: /about/
weight: 2
- name: Contact
url: /contact/
weight: 3
footer_tertiary:
- name: Privacy Policy
url: /privacy-policy/
weight: 1
- name: Terms and Conditions
url: /terms-and-conditions/
weight: 2
- name: Buy Now
url: https://www.zerostatic.io/theme/jekyll-origin/
weight: 3
# _data/menu.yml
bottom:
- name: Privacy Policy
url: /privacy-policy/
weight: 3
- name: Terms and Conditions
url: /terms-and-conditions/
weight: 4