Footer
Customize the CTA, copyright, and social links
The footer acts as global closure for the storefront and contains three elements:
- Call to Action (headless bundle),
- Copyright information (config) and
- Social network links (menus).
Call to Action
The CTA is defined by the content/footer/index.md headless content file.
The default file contains:
Markdown
content/footer/index.en.md
Parameters Reference
- title
title: 'Sound. Presence. Purpose.'— (string)- Renders the CTA heading.
Links parameters
- links.label
label: 'Aura Pro II'— (string, required)- The text label for the link.
- links.url
url: '/aura-pro-ii/'— (URL, required)- The
hrefdestination. - links.style
style: 'outline'— (string)- The visual style of the links
- Values:
primary,ghost(default:outline) - links.attributes
attributes: []— (array)- Custom attributes for the link anchor, such as
aria-label,target="_blank", etc.
Copyright Info
Establishment Year
The copyright year is controlled globally in config/_default/params.toml
Toml
config/_default/params.toml
The theme auto-handle the date range. If established_year is earlier than the current year, it renders as a range (e.g. 2025–2026).
Rights & Holder
To customize the copyright text, edit the i18n file. The .Holder variable defaults to the site.Title.
Toml
i18n/en.toml
Social Links
The social networks links are rendered from the [[social]] menu definition.
Toml
config/_default/menus.toml
Icon Requirements
- Place your SVG icon inside
assets/icons/. - Reference the filename (without extension) in the icon param.
- Important: Your SVG should use
stroke="currentColor",stroke="1.625"andfill="none"if you want to adhere to the original figma template styling.